summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-06-28 21:24:22 +0200
committeraap <aap@papnet.eu>2019-06-28 21:24:22 +0200
commit0711bfacd451b8cbe59ae08efd595178e928f7dc (patch)
treec59e716028f20a6be0a8dfd98b368f3abd9e2e11 /src/main.cpp
parentmisc stuff, mostly collision (diff)
downloadre3-0711bfacd451b8cbe59ae08efd595178e928f7dc.tar
re3-0711bfacd451b8cbe59ae08efd595178e928f7dc.tar.gz
re3-0711bfacd451b8cbe59ae08efd595178e928f7dc.tar.bz2
re3-0711bfacd451b8cbe59ae08efd595178e928f7dc.tar.lz
re3-0711bfacd451b8cbe59ae08efd595178e928f7dc.tar.xz
re3-0711bfacd451b8cbe59ae08efd595178e928f7dc.tar.zst
re3-0711bfacd451b8cbe59ae08efd595178e928f7dc.zip
Diffstat (limited to '')
-rw-r--r--src/main.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 7b7c28e4..8835bee9 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -90,17 +90,12 @@ void PrintGameVersion();
RwRGBA gColourTop;
-#ifndef DEBUG
-// This is the weirdest shit. In Debug this causes my game to crash in CPed::IsPedInControl shortly after level change
void
InitialiseGame(void)
{
LoadingScreen(nil, nil, "loadsc0");
CGame::Initialise("DATA\\GTA3.DAT");
}
-#else
-WRAPPER void InitialiseGame(void) { EAXJMP(0x48E7E0); }
-#endif
void
Idle(void *arg)