summaryrefslogtreecommitdiffstats
path: root/src/core/Game.cpp
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-03-29 16:27:42 +0200
committerGitHub <noreply@github.com>2020-03-29 16:27:42 +0200
commit82dcc34296465df07a89d081f40c60a6c7424400 (patch)
tree40252c18f35d0aec836a4cbf44b3ff1823524470 /src/core/Game.cpp
parentMerge pull request #368 from aap/master (diff)
parentWrappers cleanup (diff)
downloadre3-82dcc34296465df07a89d081f40c60a6c7424400.tar
re3-82dcc34296465df07a89d081f40c60a6c7424400.tar.gz
re3-82dcc34296465df07a89d081f40c60a6c7424400.tar.bz2
re3-82dcc34296465df07a89d081f40c60a6c7424400.tar.lz
re3-82dcc34296465df07a89d081f40c60a6c7424400.tar.xz
re3-82dcc34296465df07a89d081f40c60a6c7424400.tar.zst
re3-82dcc34296465df07a89d081f40c60a6c7424400.zip
Diffstat (limited to 'src/core/Game.cpp')
-rw-r--r--src/core/Game.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/core/Game.cpp b/src/core/Game.cpp
index fce0c67f..feabdb72 100644
--- a/src/core/Game.cpp
+++ b/src/core/Game.cpp
@@ -234,9 +234,6 @@ bool CGame::Initialise(const char* datFile)
return true;
}
-#if 0
-WRAPPER void CGame::Process(void) { EAXJMP(0x48C850); }
-#else
extern void (*DebugMenuProcess)(void);
void CGame::Process(void)
{
@@ -312,7 +309,6 @@ void CGame::Process(void)
}
}
}
-#endif
void CGame::ReloadIPLs(void)
{
@@ -336,9 +332,6 @@ void CGame::ReloadIPLs(void)
CTimer::Update();
}
-#if 0
-WRAPPER void CGame::FinalShutdown(void) { EAXJMP(0x48BEC0); }
-#else
void
CGame::FinalShutdown(void)
{
@@ -346,7 +339,6 @@ CGame::FinalShutdown(void)
CPedStats::Shutdown();
CdStreamShutdown();
}
-#endif
WRAPPER bool CGame::InitialiseRenderWare(void) { EAXJMP(0x48BBA0); }
WRAPPER void CGame::ShutdownRenderWare(void) { EAXJMP(0x48BCB0); }