mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-29 01:19:11 +00:00
(svn r11447) -Fix(r11433): Wrong offset to the helipad made it look like the autoroad button
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user