(svn r19976) -Add: Read mapsize during SL_LOAD_CHECK.

This commit is contained in:
frosch
2010-06-13 14:13:49 +00:00
parent 8d9b573f8f
commit 2d8c2af5e9
3 changed files with 21 additions and 9 deletions

View File

@@ -44,6 +44,8 @@ void LoadCheckData::Clear()
this->error = INVALID_STRING_ID;
free(this->error_data);
this->error_data = NULL;
this->map_size_x = this->map_size_y = 256; // Default for old savegames which do not store mapsize.
}