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 8b72d508..92ee81a9 100644
--- a/src/game.h
+++ b/src/game.h
@@ -36,7 +36,7 @@ class Being;
extern std::string map_path;
extern std::string tradePartnerName;
-extern int fps, frame, current_npc;
+extern int fps, current_npc;
extern volatile int tick_time;
extern int server_tick;
extern bool displayPathToMouse;