1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 15:24:30 +01:00

Turn MapSelectFlags into FlagHolder

This commit is contained in:
Gymnasiast
2025-09-10 23:23:51 +02:00
parent 664602a572
commit 6f7987e1c7
26 changed files with 152 additions and 157 deletions

View File

@@ -698,7 +698,7 @@ static constexpr float kWindowScrollLocations[][2] = {
MapInvalidateMapSelectionTiles();
// Reset map selection
gMapSelectFlags = 0;
gMapSelectFlags.clearAll();
if (gCurrentToolWidget.widget_index != kWidgetIndexNull)
{