From 600bf0351476a5a21aabb5429132ddf7f52ac0b9 Mon Sep 17 00:00:00 2001 From: aap Date: Wed, 15 May 2019 16:52:37 +0200 Subject: first commit --- src/Game.cpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/Game.cpp (limited to 'src/Game.cpp') diff --git a/src/Game.cpp b/src/Game.cpp new file mode 100644 index 00000000..7f9d86a0 --- /dev/null +++ b/src/Game.cpp @@ -0,0 +1,5 @@ +#include "common.h" +#include "patcher.h" +#include "Game.h" + +int &CGame::currLevel = *(int*)0x941514; -- cgit v1.2.3