Revert "Fix 63ccb36ef3: Crash trying to load TTO/TTD savegames. (#8356)"

This is not necessary due to 5243cfd6d0.

This reverts commit c558936ec3.
This commit is contained in:
Jonathan G Rennison
2020-12-07 18:19:54 +00:00
parent 4436da7436
commit 840e459601

View File

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