mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-19 16:29:22 +00:00
Plane crashfix and more
This commit is contained in:
parent
77515f04e0
commit
9eb599ff58
6 changed files with 10 additions and 12 deletions
|
@ -36,6 +36,7 @@ public:
|
|||
static CVehicleModelInfo *AddVehicleModel(int id);
|
||||
|
||||
static CStore<C2dEffect, TWODFXSIZE> &Get2dEffectStore(void) { return ms_2dEffectStore; }
|
||||
static CStore<CInstance, MLOINSTANCESIZE> &GetMloInstanceStore();
|
||||
|
||||
static CBaseModelInfo *GetModelInfo(const char *name, int *id);
|
||||
static CBaseModelInfo *GetModelInfo(int id){
|
||||
|
@ -45,6 +46,5 @@ public:
|
|||
static bool IsBoatModel(int32 id);
|
||||
static bool IsBikeModel(int32 id);
|
||||
static void RemoveColModelsFromOtherLevels(eLevelName level);
|
||||
static CStore<CInstance, MLOINSTANCESIZE>* CModelInfo::GetMloInstanceStore();
|
||||
static void ConstructMloClumps();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue