From f09df6460885470a865eb31b843bb564f3a8a078 Mon Sep 17 00:00:00 2001 From: frosch Date: Tue, 21 Jul 2009 16:20:02 +0000 Subject: (svn r16899) -Fix (r16896): Missing 'return'. --- src/station_cmd.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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; -- cgit v1.2.3-70-g09d2