openttd.c
changeset 2929 f54492d3dea8
parent 2928 414b96d4d4fb
child 2944 7c392e7b51c6
--- a/openttd.c	Sun Jan 29 23:04:51 2006 +0000
+++ b/openttd.c	Mon Jan 30 14:03:34 2006 +0000
@@ -1339,7 +1339,7 @@
 				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);
 	}