mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-21 05:53:02 +01:00
Rename rct_widgetindex to WidgetIndex
This commit is contained in:
@@ -404,7 +404,7 @@ public:
|
||||
_invalidEntries.shrink_to_fit();
|
||||
}
|
||||
|
||||
void OnMouseUp(const rct_widgetindex widgetIndex) override
|
||||
void OnMouseUp(const WidgetIndex widgetIndex) override
|
||||
{
|
||||
switch (widgetIndex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user