diff options
Diffstat (limited to 'src/graphic/graphic.h')
-rw-r--r-- | src/graphic/graphic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphic/graphic.h b/src/graphic/graphic.h index f8b477ee..3622a665 100644 --- a/src/graphic/graphic.h +++ b/src/graphic/graphic.h @@ -41,7 +41,7 @@ extern Chat chatlog; extern bool show_skill_dialog; extern int show_npc_dialog; extern TmwInventory inventory; -extern int map_x, map_y; +extern int map_x, map_y, camera_x, camera_y; void do_graphic(void); void init_graphic(void); |