summaryrefslogtreecommitdiff
path: root/csrc/global.h
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/global.h
parent9c748199862bbd575dc217713d8e42b3c0658513 (diff)
downloadrich4-78971bbec44303681719e91c69316bea95458e5e.tar.xz
game_map @ 0x4991b8, beautify
Diffstat (limited to 'csrc/global.h')
-rw-r--r--csrc/global.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/csrc/global.h b/csrc/global.h
index 7fe28d9..c8de81a 100644
--- a/csrc/global.h
+++ b/csrc/global.h
@@ -29,6 +29,7 @@ extern HINSTANCE ghInstance; // 48a064
extern HWND gwindowHandle; // 48a0d4
extern RECT g_rect; /* struct tagRECT { left, top, right, bottom } @ 0x46cadc */
extern int16_t game_stage;
+extern int16_t game_map;
extern int price_index;
/* card.c */