1
0
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:
frosch
2008-12-16 20:15:36 +00:00
parent 014eb8fcf9
commit b177c5fd9e

View File

@@ -2593,7 +2593,7 @@ bool AfterLoadGame()
}
}
if (CheckSavegameVersion(103)) {
if (CheckSavegameVersion(104)) {
Vehicle *v;
FOR_ALL_VEHICLES(v) {
/* Set engine_type of shadow and rotor */