mirror of
https://github.com/OpenTTD/OpenTTD
synced 2025-12-22 20:52:54 +01:00
Codechange: do not implicitly convert during assignment to StrongType
This commit is contained in:
@@ -53,7 +53,7 @@ void LoadCheckData::Clear()
|
||||
this->error_msg.clear();
|
||||
|
||||
this->map_size_x = this->map_size_y = 256; // Default for old savegames which do not store mapsize.
|
||||
this->current_date = 0;
|
||||
this->current_date = CalendarTime::MIN_DATE;
|
||||
this->settings = {};
|
||||
|
||||
companies.clear();
|
||||
|
||||
Reference in New Issue
Block a user