mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-19 10:22:39 +01:00
Fix #7565: Incorrect cursor used for placing road/tram tunnels.
This commit is contained in:
committed by
Charles Pigott
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,
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user