From 0711bfacd451b8cbe59ae08efd595178e928f7dc Mon Sep 17 00:00:00 2001 From: aap Date: Fri, 28 Jun 2019 21:24:22 +0200 Subject: fixed CFileMgr, the craziest bug i ever had --- src/main.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/main.cpp') 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) -- cgit v1.2.3