summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r--src/openttd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index b1753490a..cff06481b 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -2317,7 +2317,7 @@ bool AfterLoadGame()
if (CheckSavegameVersion(86)) {
/* Now all crossings should be in correct state */
for (TileIndex t = 0; t < map_size; t++) {
- if (IsLevelCrossingTile(t)) UpdateLevelCrossing(t);
+ if (IsLevelCrossingTile(t)) UpdateLevelCrossing(t, false);
}
}