mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-15 04:54:08 +00:00
some more GTA_VERSION
This commit is contained in:
parent
4b9fb631fc
commit
2c59e1c894
3 changed files with 85 additions and 27 deletions
|
@ -53,7 +53,7 @@ bool CWorld::bIncludeCarTyres;
|
|||
void
|
||||
CWorld::Initialise()
|
||||
{
|
||||
#ifdef GTA_PS2
|
||||
#if GTA_VERSION <= GTA3_PS2_160
|
||||
CPools::Initialise();
|
||||
#endif
|
||||
pIgnoreEntity = nil;
|
||||
|
@ -1783,6 +1783,9 @@ CWorld::ShutDown(void)
|
|||
}
|
||||
}
|
||||
ms_listMovingEntityPtrs.Flush();
|
||||
#if GTA_VERSION <= GTA3_PS2_160
|
||||
CPools::Shutdown();
|
||||
#endif
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue