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 | 3b9ad8d73f9a89c9e4d4f06832098dc96467647d (patch) | |
tree | 79fc3ece2f6be56884dd938776255608ccfa4dc3 /src/table | |
parent | 67c371f3d9364190cd1e508b8e207e00a682cddc (diff) | |
download | openttd-3b9ad8d73f9a89c9e4d4f06832098dc96467647d.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.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 */ |