diff src/fios_gui.cpp @ 15337:c37904846c25 draft

(svn r19978) -Add: Read settings during SL_LOAD_CHECK.
author frosch <frosch@openttd.org>
date Sun, 13 Jun 2010 14:14:37 +0000 (2010-06-13)
parents 3e790f032a7c
children 3a3570b1fd4c
line wrap: on
line diff
--- a/src/fios_gui.cpp
+++ b/src/fios_gui.cpp
@@ -47,6 +47,7 @@
 
 	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));
 }