# HG changeset patch # User belugas # Date 1195264500 0 # Node ID 8b78e948b34aac0ab4f3cc0c88255a5a7e46fe99 # Parent 2ac7de1f03e6830194f60cf6986901385233c5b7 (svn r11447) -Fix(r11433): Wrong offset to the helipad made it look like the autoroad button diff -r 2ac7de1f03e6 -r 8b78e948b34a 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 */