mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-04 06:00:15 +00:00
(svn r11447) -Fix(r11433): Wrong offset to the helipad made it look like the autoroad button
This commit is contained in:
parent
9b4252bd62
commit
8b86e9b14d
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user