1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 01:04:50 +01:00

Mass rename constants (#23656)

This commit is contained in:
Michael Steenbeek
2025-01-19 16:59:45 +01:00
committed by GitHub
parent bf413b2ab7
commit be9f27e4f9
270 changed files with 1636 additions and 1640 deletions

View File

@@ -259,7 +259,7 @@ namespace OpenRCT2::Scripting
}
else
{
customTool.Filter = ViewportInteractionItemAll;
customTool.Filter = kViewportInteractionItemAll;
}
customTool.onStart = dukValue["onStart"];