diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/station_cmd.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp index f21a2e1e1..dfcdfc85f 100644 --- a/src/station_cmd.cpp +++ b/src/station_cmd.cpp @@ -382,6 +382,7 @@ void Station::GetTileArea(TileArea *ta, StationType type) const ta->tile = this->airport_tile; ta->w = this->Airport()->size_x; ta->h = this->Airport()->size_y; + return; case STATION_TRUCK: ta->tile = this->truck_stops != NULL ? this->truck_stops->xy : INVALID_TILE; |