mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-11 05:35:52 +01:00
Fix #7565: Incorrect cursor used for placing road/tram tunnels.
This commit is contained in:
parent
652268ad1a
commit
51dd751f4a
@ -36,7 +36,7 @@ static const RoadTypeInfo _original_roadtypes[] = {
|
||||
SPR_CURSOR_ROAD_NWSE,
|
||||
SPR_CURSOR_AUTOROAD,
|
||||
SPR_CURSOR_ROAD_DEPOT,
|
||||
SPR_CURSOR_TUNNEL_RAIL,
|
||||
SPR_CURSOR_ROAD_TUNNEL,
|
||||
SPR_CURSOR_CONVERT_ROAD,
|
||||
},
|
||||
|
||||
@ -116,7 +116,7 @@ static const RoadTypeInfo _original_roadtypes[] = {
|
||||
SPR_CURSOR_TRAMWAY_NWSE,
|
||||
SPR_CURSOR_AUTOTRAM,
|
||||
SPR_CURSOR_ROAD_DEPOT,
|
||||
SPR_CURSOR_TUNNEL_RAIL,
|
||||
SPR_CURSOR_ROAD_TUNNEL,
|
||||
SPR_CURSOR_CONVERT_TRAM,
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user