summaryrefslogtreecommitdiff
path: root/openttd.c
diff options
context:
space:
mode:
Diffstat (limited to 'openttd.c')
-rw-r--r--openttd.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/openttd.c b/openttd.c
index 181304ff6..50ca14de6 100644
--- a/openttd.c
+++ b/openttd.c
@@ -1150,9 +1150,8 @@ bool AfterLoadGame(void)
* subtype to the new format */
if (CheckSavegameVersionOldStyle(17, 1)) ConvertOldMultiheadToNew();
- /* Connect front and rear engines of multiheaded trains
- since this info were no longer saved in savegame version 20 */
- if (!CheckSavegameVersion(20)) ConnectMultiheadedTrains();
+ /* Connect front and rear engines of multiheaded trains */
+ ConnectMultiheadedTrains();
// Update current year
SetDate(_date);