diff options
author | belugas <belugas@openttd.org> | 2007-11-17 01:55:00 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2007-11-17 01:55:00 +0000 |
commit | 8b86e9b14d31391e59315f7f29dee7c6b1750360 (patch) | |
tree | 79fc3ece2f6be56884dd938776255608ccfa4dc3 /src | |
parent | 9b4252bd62ccc223bd7a8bcb32a3cd2e36a85980 (diff) | |
download | openttd-8b86e9b14d31391e59315f7f29dee7c6b1750360.tar.xz |
(svn r11447) -Fix(r11433): Wrong offset to the helipad made it look like the autoroad button
Diffstat (limited to 'src')
-rw-r--r-- | src/table/sprites.h | 2 |
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 */ |