mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 20:13:07 +01:00
Close #13625: Refactor TOOL_IDX to use strong enum
This commit is contained in:
@@ -20,7 +20,7 @@ widget_ref gPressedWidget;
|
||||
|
||||
uint16_t _tooltipNotShownTicks;
|
||||
|
||||
TOOL_IDX gCurrentToolId;
|
||||
Tool gCurrentToolId;
|
||||
widget_ref gCurrentToolWidget;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user