summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/openttd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index 33ad8e555..7a3a9cd18 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -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 */