summaryrefslogtreecommitdiff
path: root/station_map.h
diff options
context:
space:
mode:
authorrichk <richk@openttd.org>2006-06-25 13:42:37 +0000
committerrichk <richk@openttd.org>2006-06-25 13:42:37 +0000
commit1423445050bc082344ad3433204372e478309cf5 (patch)
treeffe41531412d4f33ca9b61dd59a4655b8967ef21 /station_map.h
parent1522fbb397c896f819e04b24a519312450c4a3b8 (diff)
downloadopenttd-1423445050bc082344ad3433204372e478309cf5.tar.xz
(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.
Diffstat (limited to 'station_map.h')
-rw-r--r--station_map.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/station_map.h b/station_map.h
index 9ed3de987..0f8167967 100644
--- a/station_map.h
+++ b/station_map.h
@@ -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 {