(svn r11447) -Fix(r11433): Wrong offset to the helipad made it look like the autoroad button
authorbelugas
Sat, 17 Nov 2007 01:55:00 +0000
changeset 7896 8b78e948b34a
parent 7895 2ac7de1f03e6
child 7897 6aa16b938b99
(svn r11447) -Fix(r11433): Wrong offset to the helipad made it look like the autoroad button
src/table/sprites.h
--- a/src/table/sprites.h	Sat Nov 17 01:10:06 2007 +0000
+++ b/src/table/sprites.h	Sat Nov 17 01:55:00 2007 +0000
@@ -456,7 +456,7 @@
 	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 */