changeset 7896:2f26cae4c4db draft

(svn r11447) -Fix(r11433): Wrong offset to the helipad made it look like the autoroad button
author belugas <belugas@openttd.org>
date Sat, 17 Nov 2007 01:55:00 +0000
parents 899d4210aa6d
children 19c70e3eac78
files src/table/sprites.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/table/sprites.h
+++ b/src/table/sprites.h
@@ -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 */