summaryrefslogtreecommitdiff
path: root/src/town_cmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/town_cmd.cpp')
-rw-r--r--src/town_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/town_cmd.cpp b/src/town_cmd.cpp
index ad0cf2ac7..843e639be 100644
--- a/src/town_cmd.cpp
+++ b/src/town_cmd.cpp
@@ -463,7 +463,7 @@ static void TileLoop_Town(TileIndex tile)
uint moved = MoveGoodsToStation(tile, 1, 1, cargo, amt);
- const CargoSpec *cs = GetCargo(cargo);
+ const CargoSpec *cs = CargoSpec::Get(cargo);
switch (cs->town_effect) {
case TE_PASSENGERS:
t->new_max_pass += amt;