summaryrefslogtreecommitdiff
path: root/openttd.c
diff options
context:
space:
mode:
Diffstat (limited to 'openttd.c')
-rw-r--r--openttd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openttd.c b/openttd.c
index 50ca14de6..d25575910 100644
--- a/openttd.c
+++ b/openttd.c
@@ -1339,7 +1339,7 @@ bool AfterLoadGame(void)
CLRBIT(_m[tile].m5, 0);
// Clear PBS reservation on station
- if (IsTileType(tile, MP_STATION) && IsLevelCrossing(tile))
+ if (IsTileType(tile, MP_STATION))
CLRBIT(_m[tile].m3, 6);
} END_TILE_LOOP(tile, MapSizeX(), MapSizeY(), 0);
}