Changeset - r14763:1c3482a26a81
[Not reviewed]
master
0 1 0
yexo - 14 years ago 2010-03-06 23:54:54
yexo@openttd.org
(svn r19361) -Fix [FS#3664](r19353): crash when an airport was deleted
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/airport.cpp
Show inline comments
 
@@ -378,5 +378,6 @@ static void AirportPrintOut(uint nofelem
 

	
 
const AirportFTAClass *GetAirport(const byte airport_type)
 
{
 
	if (airport_type == AT_DUMMY) return &_airportfta_dummy;
 
	return AirportSpec::Get(airport_type)->fsm;
 
}
0 comments (0 inline, 0 general)