diff options
| author | aap <aap@papnet.eu> | 2020-11-26 16:47:19 +0100 |
|---|---|---|
| committer | aap <aap@papnet.eu> | 2020-11-26 17:39:59 +0100 |
| commit | d857758c167ee06840ec806524191e95ff37f98a (patch) | |
| tree | fcfdf828156ae6e394ba768756629906f9d73eab /src/core/World.cpp | |
| parent | memory heap starting to work (diff) | |
| download | re3-d857758c167ee06840ec806524191e95ff37f98a.tar.gz | |
start using CMemoryHeap
Diffstat (limited to 'src/core/World.cpp')
| -rw-r--r-- | src/core/World.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/World.cpp b/src/core/World.cpp index d65d57dd..33c2f1c1 100644 --- a/src/core/World.cpp +++ b/src/core/World.cpp @@ -53,6 +53,9 @@ bool CWorld::bIncludeCarTyres; void CWorld::Initialise() { +#ifdef GTA_PS2 + CPools::Initialise(); +#endif pIgnoreEntity = nil; bDoingCarCollisions = false; bSecondShift = false; |
