Revert "Fix 63ccb36ef3
: Crash trying to load TTO/TTD savegames. (#8356)"
This is not necessary due to5243cfd6d0
. This reverts commitc558936ec3
.
This commit is contained in:
@@ -446,7 +446,7 @@ static bool FixTTOEngines()
|
||||
e->preview_company = INVALID_COMPANY;
|
||||
e->preview_asked = (CompanyMask)-1;
|
||||
e->preview_wait = 0;
|
||||
e->name = std::string{};
|
||||
e->name = nullptr;
|
||||
}
|
||||
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user