summaryrefslogtreecommitdiffstats
path: root/src/Game.cpp
blob: 2cac69ea9e2fe903ab5cd0489323724a953df167 (plain) (blame)
1
2
3
4
5
6
7
8
9
#include "common.h"
#include "patcher.h"
#include "Game.h"

int &CGame::currLevel = *(int*)0x941514;
bool &CGame::bDemoMode = *(bool*)0x5F4DD0;
bool &CGame::nastyGame = *(bool*)0x5F4DD4;

WRAPPER void CGame::Process(void) { EAXJMP(0x48C850); }