Changeset - r12455:18febc41f924
[Not reviewed]
master
0 1 0
frosch - 15 years ago 2009-07-21 16:20:02
frosch@openttd.org
(svn r16899) -Fix (r16896): Missing 'return'.
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/station_cmd.cpp
Show inline comments
 
@@ -382,6 +382,7 @@ void Station::GetTileArea(TileArea *ta, 
 
			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;
0 comments (0 inline, 0 general)