mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-31 18:39:10 +00:00
(svn r17908) -Fix [FS#3288]: uninitialised values in some paths of loading TTO savegames
This commit is contained in:
@@ -433,12 +433,12 @@ static bool FixTTOEngines()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
e->info.climates = 1;
|
||||||
|
}
|
||||||
|
|
||||||
e->preview_company_rank = 0;
|
e->preview_company_rank = 0;
|
||||||
e->preview_wait = 0;
|
e->preview_wait = 0;
|
||||||
e->name = NULL;
|
e->name = NULL;
|
||||||
|
|
||||||
e->info.climates = 1;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
Reference in New Issue
Block a user