diff options
Diffstat (limited to 'src/economy.cpp')
-rw-r--r-- | src/economy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/economy.cpp b/src/economy.cpp index 1e631e415..c638ba96e 100644 --- a/src/economy.cpp +++ b/src/economy.cpp @@ -1526,7 +1526,7 @@ int LoadUnloadVehicle(Vehicle *v, bool just_arrived) if (result != 0) { InvalidateWindow(WC_VEHICLE_DETAILS, v->index); - MarkStationTilesDirty(st); + st->MarkTilesDirty(); if (result & 2) InvalidateWindow(WC_STATION_VIEW, last_visited); |