mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-24 03:56:43 +00:00
(svn r3182) Fix braino in r3181
This commit is contained in:
+1
-1
@@ -2533,7 +2533,7 @@ void OnTick_Station(void)
|
||||
if (st->xy != 0) StationHandleBigTick(st);
|
||||
|
||||
FOR_ALL_STATIONS(st) {
|
||||
if (st->xy != INVALID_TILE) StationHandleSmallTick(st);
|
||||
if (st->xy != 0) StationHandleSmallTick(st);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user