Skip to content

Commit

Permalink
Fix OpenTTD#7565: Incorrect cursor used for placing road/tram tunnels.
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterN authored and douiwby committed Apr 16, 2020
1 parent b52a656 commit a66d109
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/table/roadtypes.h
Expand Up @@ -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,
},

Expand Down Expand Up @@ -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,
},

Expand Down

0 comments on commit a66d109

Please sign in to comment.