mirror of https://github.com/OpenTTD/OpenTTD
(svn r3182) Fix braino in r3181
parent
f7abff5f96
commit
7b7593d092
|
@ -2533,7 +2533,7 @@ void OnTick_Station(void)
|
||||||
if (st->xy != 0) StationHandleBigTick(st);
|
if (st->xy != 0) StationHandleBigTick(st);
|
||||||
|
|
||||||
FOR_ALL_STATIONS(st) {
|
FOR_ALL_STATIONS(st) {
|
||||||
if (st->xy != INVALID_TILE) StationHandleSmallTick(st);
|
if (st->xy != 0) StationHandleSmallTick(st);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue