summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-08-06 20:24:32 +0000
committertron <tron@openttd.org>2005-08-06 20:24:32 +0000
commit5d5a7c48ee29a4ccba2466db59f3a6d513a8c0eb (patch)
treede666a4b76c2cb356d9adbb895b83b4279cc9a1e /variables.h
parentb0f307365a85ff71b6086d8fc8708d95104579cf (diff)
downloadopenttd-5d5a7c48ee29a4ccba2466db59f3a6d513a8c0eb.tar.xz
(svn r2821) Remove a write-only variable
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/variables.h b/variables.h
index 54be0e451..fc797b77b 100644
--- a/variables.h
+++ b/variables.h
@@ -250,7 +250,6 @@ VARDEF int _timer_counter;
VARDEF byte _cur_year;
VARDEF byte _cur_month;
-VARDEF bool _in_state_game_loop;
VARDEF uint32 _frame_counter;
VARDEF bool _is_ai_player; // current player is an AI player? - Can be removed if new AI is done