summaryrefslogtreecommitdiff
path: root/csrc/main.c
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2018-10-01 09:04:40 +0800
committerIru Cai <mytbk920423@gmail.com>2018-10-01 09:04:40 +0800
commit78971bbec44303681719e91c69316bea95458e5e (patch)
tree73b9a4452a20134ea6ef9db666425e8a552ff894 /csrc/main.c
parent9c748199862bbd575dc217713d8e42b3c0658513 (diff)
downloadrich4-78971bbec44303681719e91c69316bea95458e5e.tar.xz
game_map @ 0x4991b8, beautify
Diffstat (limited to 'csrc/main.c')
-rw-r--r--csrc/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/csrc/main.c b/csrc/main.c
index 5cf1ba2..7132ed1 100644
--- a/csrc/main.c
+++ b/csrc/main.c
@@ -24,6 +24,7 @@ pos_t mpos[5] = { // 0x46cb28
};
int16_t game_stage;
+int16_t game_map;
int price_index;
LRESULT CALLBACK windowProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
@@ -266,7 +267,7 @@ int WINAPI WinMain(HINSTANCE hInstance,
case_401de8_0:
game_stage = 0;
- w_4991b8 = 0;
+ game_map = 0;
dw_4990f0 = 0;
b_46cafc = 0;
ret = fcn_004029fd();