2019-05-15 10:52:37 -04:00
|
|
|
#include "common.h"
|
|
|
|
#include "patcher.h"
|
|
|
|
#include "Game.h"
|
|
|
|
|
|
|
|
int &CGame::currLevel = *(int*)0x941514;
|
2019-05-31 05:44:43 -04:00
|
|
|
bool &CGame::bDemoMode = *(bool*)0x5F4DD0;
|
|
|
|
bool &CGame::nastyGame = *(bool*)0x5F4DD4;
|
|
|
|
|
|
|
|
WRAPPER void CGame::Process(void) { EAXJMP(0x48C850); }
|