summaryrefslogtreecommitdiff
path: root/src/table
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-11-17 01:55:00 +0000
committerbelugas <belugas@openttd.org>2007-11-17 01:55:00 +0000
commit8b86e9b14d31391e59315f7f29dee7c6b1750360 (patch)
tree79fc3ece2f6be56884dd938776255608ccfa4dc3 /src/table
parent9b4252bd62ccc223bd7a8bcb32a3cd2e36a85980 (diff)
downloadopenttd-8b86e9b14d31391e59315f7f29dee7c6b1750360.tar.xz
(svn r11447) -Fix(r11433): Wrong offset to the helipad made it look like the autoroad button
Diffstat (limited to 'src/table')
-rw-r--r--src/table/sprites.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/sprites.h b/src/table/sprites.h
index 978e716b6..b68118552 100644
--- a/src/table/sprites.h
+++ b/src/table/sprites.h
@@ -456,7 +456,7 @@ enum Sprites {
SPR_AIRPORT_RADAR_A = 2689,
SPR_AIRPORT_RADAR_B = 2690,
SPR_AIRPORT_RADAR_C = 2691,
- SPR_AIRPORT_HELIPAD = SPR_OPENTTD_BASE + 82,
+ SPR_AIRPORT_HELIPAD = SPR_OPENTTD_BASE + 86,
SPR_AIRPORT_HELIDEPOT_OFFICE = 2095,
/* Road Stops */