1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 07:14:31 +01:00

Change Tool members to new codestyle

This commit is contained in:
Gymnasiast
2025-03-01 15:56:36 +01:00
parent cf706ed5f6
commit 09da9779a5
20 changed files with 55 additions and 55 deletions

View File

@@ -103,7 +103,7 @@ namespace OpenRCT2::Ui::Windows
{
SetWidgets(_trackPlaceWidgets);
WindowInitScrollWidgets(*this);
ToolSet(*this, WIDX_PRICE, Tool::Crosshair);
ToolSet(*this, WIDX_PRICE, Tool::crosshair);
InputSetFlag(INPUT_FLAG_6, true);
WindowPushOthersRight(*this);
ShowGridlines();