From 8b86e9b14d31391e59315f7f29dee7c6b1750360 Mon Sep 17 00:00:00 2001 From: belugas Date: Sat, 17 Nov 2007 01:55:00 +0000 Subject: (svn r11447) -Fix(r11433): Wrong offset to the helipad made it look like the autoroad button --- src/table/sprites.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/table') 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 */ -- cgit v1.2.3-54-g00ecf