Skip to content

Commit

Permalink
Disable map selection tiles when placing entrance and exit
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Jarrett committed Oct 4, 2020
1 parent 8e60ecc commit 8820d90
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/openrct2-ui/windows/RideConstruction.cpp
Expand Up @@ -2659,6 +2659,9 @@ static void window_ride_construction_update_map_selection()
trackType = _currentTrackPieceType;
trackPos = _currentTrackBegin;
break;
case RIDE_CONSTRUCTION_STATE_ENTRANCE_EXIT:
gMapSelectionTiles.clear();
return;
default:
if (window_ride_construction_update_state(&trackType, &trackDirection, nullptr, nullptr, &trackPos, nullptr))
{
Expand Down

0 comments on commit 8820d90

Please sign in to comment.