diff options
author | aap <aap@papnet.eu> | 2020-12-20 19:13:58 +0100 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-12-20 19:13:58 +0100 |
commit | 43b4c8dd335ecf0948d5da1218c2298d2c043cb7 (patch) | |
tree | a9b5dd2649c084338ff9557893a5d675203629e8 /src/core/Game.cpp | |
parent | Merge branch 'master' of github.com:GTAmodding/re3 (diff) | |
download | re3-43b4c8dd335ecf0948d5da1218c2298d2c043cb7.tar re3-43b4c8dd335ecf0948d5da1218c2298d2c043cb7.tar.gz re3-43b4c8dd335ecf0948d5da1218c2298d2c043cb7.tar.bz2 re3-43b4c8dd335ecf0948d5da1218c2298d2c043cb7.tar.lz re3-43b4c8dd335ecf0948d5da1218c2298d2c043cb7.tar.xz re3-43b4c8dd335ecf0948d5da1218c2298d2c043cb7.tar.zst re3-43b4c8dd335ecf0948d5da1218c2298d2c043cb7.zip |
Diffstat (limited to 'src/core/Game.cpp')
-rw-r--r-- | src/core/Game.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/Game.cpp b/src/core/Game.cpp index 0b9ef767..126f0341 100644 --- a/src/core/Game.cpp +++ b/src/core/Game.cpp @@ -371,7 +371,11 @@ CGame::FinalShutdown(void) CdStreamShutdown(); } +#if GTA_VERSION <= GTA3_PS2_160 +bool CGame::Initialise(void) +#else bool CGame::Initialise(const char* datFile) +#endif { #ifdef GTA_PS2 // TODO: upload VU0 collision code here |