Changeset - r12196:5c465b65add8
[Not reviewed]
master
0 1 0
rubidium - 15 years ago 2009-06-21 21:08:20
rubidium@openttd.org
(svn r16620) -Fix (r16619): sometimes one misses the obvious :(
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/airport.cpp
Show inline comments
 
@@ -178,7 +178,7 @@ static const byte _airport_sections_comm
 
	APT_RUNWAY_END_FENCE_SE, APT_RUNWAY_2,   APT_RUNWAY_2,           APT_RUNWAY_2,           APT_RUNWAY_END_FENCE_SE
 
};
 

	
 
/** Tiles for _heliport */
 
/** Tiles for Heliport */
 
static const byte _airport_sections_heliport[] = {
 
	APT_HELIPORT,
 
};
 
@@ -198,7 +198,7 @@ static const byte _airport_sections_heli
 
const byte * const _airport_sections[] = {
 
	_airport_sections_country,           // Country Airfield (small)
 
	_airport_sections_town,              // City Airport (large)
 
	_airport_sections_heliport,          // _heliport
 
	_airport_sections_heliport,          // Heliport
 
	_airport_sections_metropolitan,      // Metropolitain Airport (large)
 
	_airport_sections_international,     // International Airport (xlarge)
 
	_airport_sections_commuter,          // Commuter Airport (small)
0 comments (0 inline, 0 general)