summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2006-08-16 11:39:55 +0000
committerrubidium <rubidium@openttd.org>2006-08-16 11:39:55 +0000
commite87e065e41d324ae29e0c1762f36193a69fb7374 (patch)
tree90102c4cf1f03e52dfe00d3cd1315b6cd9e6b399 /variables.h
parentca226df7398391adb3f4eda21aeaf593df05bdba (diff)
downloadopenttd-e87e065e41d324ae29e0c1762f36193a69fb7374.tar.xz
(svn r5926) -Codechange: make _cur_year contain the full year, instead of the offset since 1920
-Codechange: store all year related variables that are _not_ stored in a savegame/transported over the network in the same format as _cur_year
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 f7811b486..d90be7709 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_year; // starting date
- uint32 ending_year; // end of the game (just show highscore)
- uint32 colored_news_year; // when does newspaper become colored?
+ Year starting_year; // starting date
+ Year ending_year; // end of the game (just show highscore)
+ Year 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?"