(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
1 changed files with 1 additions and 1 deletions

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 */