mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 14:27:16 +00:00
(svn r3182) Fix braino in r3181
This commit is contained in:
parent
f7abff5f96
commit
7b7593d092
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user