(svn r5362) - Fix: Updated sprites in New Airports to be allow cleaner replacement by newgrf graphics. All tiles now use SPR_AIRPORT_APRON as the tarmac. Created two new sprites in airports.grf for half-grass half-tarmac tiles on Intercontinental airport.
This commit is contained in:
@@ -40,7 +40,9 @@ enum {
|
||||
GFX_RADAR_METROPOLITAN_LAST = 113,
|
||||
GFX_RADAR_DISTRICTWE_FIRST = 145,
|
||||
GFX_RADAR_DISTRICTWE_LAST = 156,
|
||||
GFX_BASE_END = 161
|
||||
GFX_WINDSACK_INTERCON_FIRST = 164,
|
||||
GFX_WINDSACK_INTERCON_LAST = 167,
|
||||
GFX_BASE_END = 167
|
||||
};
|
||||
|
||||
enum {
|
||||
|
||||
Reference in New Issue
Block a user