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:
@@ -698,7 +698,7 @@ static constexpr float kWindowScrollLocations[][2] = {
|
||||
MapInvalidateMapSelectionTiles();
|
||||
|
||||
// Reset map selection
|
||||
gMapSelectFlags = 0;
|
||||
gMapSelectFlags.clearAll();
|
||||
|
||||
if (gCurrentToolWidget.widget_index != kWidgetIndexNull)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user