mirror of
https://github.com/halpz/re3.git
synced 2025-07-22 00:09:45 +00:00
CEntity and C(Vu)Vector fixes and cleanup
This commit is contained in:
@ -43,6 +43,9 @@ public:
|
||||
static CBaseModelInfo *GetModelInfo(int id){
|
||||
return ms_modelInfoPtrs[id];
|
||||
}
|
||||
static CColModel *GetColModel(int id){
|
||||
return ms_modelInfoPtrs[id]->GetColModel();
|
||||
}
|
||||
|
||||
static bool IsBoatModel(int32 id);
|
||||
static bool IsBikeModel(int32 id);
|
||||
|
Reference in New Issue
Block a user