mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-12 09:09:09 +00:00
(svn r14682) -Fix (r14672): Check the correct savegame version. (Thanks SmatZ)
This commit is contained in:
@@ -2593,7 +2593,7 @@ bool AfterLoadGame()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (CheckSavegameVersion(103)) {
|
if (CheckSavegameVersion(104)) {
|
||||||
Vehicle *v;
|
Vehicle *v;
|
||||||
FOR_ALL_VEHICLES(v) {
|
FOR_ALL_VEHICLES(v) {
|
||||||
/* Set engine_type of shadow and rotor */
|
/* Set engine_type of shadow and rotor */
|
||||||
|
Reference in New Issue
Block a user