summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2006-08-14 14:21:15 +0000
committerrubidium <rubidium@openttd.org>2006-08-14 14:21:15 +0000
commit243872b4fd82a1ee024e98eaae3e17f6b36a6707 (patch)
treece66f3f78e1bc27ddba6fa055772ec9eb5492f84 /variables.h
parent01cd75cc10a9a9d2cd1687b9914a5e7dfc4888c3 (diff)
downloadopenttd-243872b4fd82a1ee024e98eaae3e17f6b36a6707.tar.xz
(svn r5887) -Cleanup: move date related functions, defines and variables to date.[ch]
-Cleanup: fix whitespace related coding style issues in date.[ch] -Cleanup: make original comments doxygen compatible and remove/change outdated comments
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/variables.h b/variables.h
index b47108f36..f0c06d6a1 100644
--- a/variables.h
+++ b/variables.h
@@ -39,10 +39,6 @@ VARDEF GameOptions _opt_newgame;
// Pointer to one of the two _opt OR _opt_newgame structs
VARDEF GameOptions *_opt_ptr;
-// Current date
-VARDEF uint16 _date;
-VARDEF uint16 _date_fract;
-
// Amount of game ticks
VARDEF uint16 _tick_counter;
@@ -257,10 +253,6 @@ VARDEF Paths _path;
VARDEF int _timer_counter;
-// NOSAVE: can be determined from _date
-VARDEF byte _cur_year;
-VARDEF byte _cur_month;
-
VARDEF uint32 _frame_counter;
VARDEF bool _is_old_ai_player; // current player is an oldAI player? (enables a lot of cheats..)