some more GTA_VERSION

This commit is contained in:
aap 2020-12-01 00:22:57 +01:00
parent 4b9fb631fc
commit 2c59e1c894
3 changed files with 85 additions and 27 deletions

View file

@ -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