(svn r19977) -Add: Read current date during SL_LOAD_CHECK.

This commit is contained in:
frosch
2010-06-13 14:14:20 +00:00
parent 2d8c2af5e9
commit 86244ad31e
3 changed files with 39 additions and 2 deletions

View File

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