mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-24 07:14:31 +01:00
Rename rct_widgetindex to WidgetIndex
This commit is contained in:
@@ -37,7 +37,7 @@ void rct_window::RemoveViewport()
|
||||
viewport = nullptr;
|
||||
}
|
||||
|
||||
CursorID rct_window::OnCursor(rct_widgetindex, const ScreenCoordsXY&, CursorID)
|
||||
CursorID rct_window::OnCursor(WidgetIndex, const ScreenCoordsXY&, CursorID)
|
||||
{
|
||||
return CursorID::Arrow;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user