summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2006-08-15 14:52:17 +0000
committerrubidium <rubidium@openttd.org>2006-08-15 14:52:17 +0000
commit8aa76f306db00b81f14b53a736b6e30099258841 (patch)
tree4d695e9efdc4542d90feba482d6d00bd948be0d3 /variables.h
parentd447f025e9c44a347e9134a5ecda92fbbe14bb75 (diff)
downloadopenttd-8aa76f306db00b81f14b53a736b6e30099258841.tar.xz
(svn r5915) -Cleanup: some variables were named *_date while they were only holding years; rename these variables to match this.
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/variables.h b/variables.h
index f0c06d6a1..f7811b486 100644
--- a/variables.h
+++ b/variables.h
@@ -147,9 +147,9 @@ typedef struct Patches {
bool ai_disable_veh_roadveh; // disable types for AI
bool ai_disable_veh_aircraft; // disable types for AI
bool ai_disable_veh_ship; // disable types for AI
- uint32 starting_date; // starting date
- uint32 ending_date; // end of the game (just show highscore)
- uint32 colored_news_date; // when does newspaper become colored?
+ uint32 starting_year; // starting date
+ uint32 ending_year; // end of the game (just show highscore)
+ uint32 colored_news_year; // when does newspaper become colored?
bool keep_all_autosave; // name the autosave in a different way.
bool autosave_on_exit; // save an autosave when you quit the game, but do not ask "Do you really want to quit?"