diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp --- a/src/station_cmd.cpp +++ b/src/station_cmd.cpp @@ -1918,10 +1918,10 @@ CommandCost CmdBuildRoadStop(DoCommandFl MarkTileDirtyByTile(cur_tile); } - } - - if (st != nullptr) { - st->AfterStationTileSetChange(true, is_truck_stop ? STATION_TRUCK: STATION_BUS); + + if (st != nullptr) { + st->AfterStationTileSetChange(true, is_truck_stop ? STATION_TRUCK: STATION_BUS); + } } return cost; }