summaryrefslogtreecommitdiff
path: root/src/openttd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/openttd.h')
-rw-r--r--src/openttd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openttd.h b/src/openttd.h
index 092a0e20b..1050d1679 100644
--- a/src/openttd.h
+++ b/src/openttd.h
@@ -156,6 +156,6 @@ void OTTD_SendThreadMessage(ThreadMsg msg);
extern byte _game_mode;
extern bool _exit_game;
-extern byte _pause_game;
+extern int8 _pause_game;
#endif /* OPENTTD_H */