summaryrefslogtreecommitdiff
path: root/src/fios_gui.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2010-06-13 14:14:37 +0000
committerfrosch <frosch@openttd.org>2010-06-13 14:14:37 +0000
commit0270ca846eebab033e9595687a11c0f2000bb9a2 (patch)
treec2195fea75d6337b69ac8de0dc3a69be19eef6d1 /src/fios_gui.cpp
parent86244ad31e56acfd826f763c897a414acd369d5c (diff)
downloadopenttd-0270ca846eebab033e9595687a11c0f2000bb9a2.tar.xz
(svn r19978) -Add: Read settings 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 c1617f147..b96d63a8a 100644
--- a/src/fios_gui.cpp
+++ b/src/fios_gui.cpp
@@ -47,6 +47,7 @@ void LoadCheckData::Clear()
this->map_size_x = this->map_size_y = 256; // Default for old savegames which do not store mapsize.
this->current_date = 0;
+ memset(&this->settings, 0, sizeof(this->settings));
}