(svn r19978) -Add: Read settings during SL_LOAD_CHECK.

This commit is contained in:
frosch
2010-06-13 14:14:37 +00:00
parent 593c7d178f
commit 23557b1172
3 changed files with 12 additions and 2 deletions

View File

@@ -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));
}