Changeset - r24404:a66f8c4a1a1d
[Not reviewed]
master
0 1 0
Michael Lutz - 3 years ago 2020-12-05 23:29:27
michi@icosahedron.de
Fix 63ccb36ef3: Crash trying to load TTO/TTD savegames. (#8356)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/saveload/oldloader_sl.cpp
Show inline comments
 
@@ -445,7 +445,7 @@ static bool FixTTOEngines()
 
		e->preview_company = INVALID_COMPANY;
 
		e->preview_asked = (CompanyMask)-1;
 
		e->preview_wait = 0;
 
		e->name = nullptr;
 
		e->name = std::string{};
 
	}
 

	
 
	return true;
0 comments (0 inline, 0 general)