summaryrefslogtreecommitdiff
path: root/src/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.h b/src/game.h
index f468c6a2..9f1f6d4f 100644
--- a/src/game.h
+++ b/src/game.h
@@ -71,7 +71,7 @@
extern char map_path[480];
extern DIALOG skill_dialog[];
-extern int fps, frame;
+extern int fps, frame, current_npc;
extern char walk_status;
extern unsigned short src_x, src_y, x, y;
extern volatile int tick_time;