(svn r11447) -Fix(r11433): Wrong offset to the helipad made it look like the autoroad button

This commit is contained in:
belugas 2007-11-17 01:55:00 +00:00
parent 9b4252bd62
commit 8b86e9b14d
1 changed files with 1 additions and 1 deletions

View File

@ -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 */