summaryrefslogtreecommitdiff
path: root/src/fios_gui.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2010-06-13 14:14:20 +0000
committerfrosch <frosch@openttd.org>2010-06-13 14:14:20 +0000
commit86244ad31e56acfd826f763c897a414acd369d5c (patch)
tree2bc17d7a75e43a20fe4b43ec580dbf8f48f7c9fe /src/fios_gui.cpp
parent2d8c2af5e9238f414acca5ccb7aa20c6aebd8898 (diff)
downloadopenttd-86244ad31e56acfd826f763c897a414acd369d5c.tar.xz
(svn r19977) -Add: Read current date during SL_LOAD_CHECK.
Diffstat (limited to 'src/fios_gui.cpp')
-rw-r--r--src/fios_gui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fios_gui.cpp b/src/fios_gui.cpp
index 97b67438c..c1617f147 100644
--- a/src/fios_gui.cpp
+++ b/src/fios_gui.cpp
@@ -46,6 +46,7 @@ void LoadCheckData::Clear()
this->error_data = NULL;
this->map_size_x = this->map_size_y = 256; // Default for old savegames which do not store mapsize.
+ this->current_date = 0;
}