diff options
-rw-r--r-- | station_cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/station_cmd.c b/station_cmd.c index b0bceaf8e..e037e5081 100644 --- a/station_cmd.c +++ b/station_cmd.c @@ -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); } } |