diff options
Diffstat (limited to 'src/fios_gui.cpp')
-rw-r--r-- | src/fios_gui.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fios_gui.cpp b/src/fios_gui.cpp index 97b67438c..c1617f147 100644 --- a/src/fios_gui.cpp +++ b/src/fios_gui.cpp @@ -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; } |