1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-22 23:33:04 +01:00

Rename rct_widget to Widget

This commit is contained in:
Gymnasiast
2022-12-24 16:50:29 +01:00
parent b97ee766d5
commit 162b01204d
88 changed files with 363 additions and 367 deletions

View File

@@ -598,7 +598,7 @@ void window_update_scroll_widgets(rct_window& w)
{
int32_t scrollIndex, width, height, scrollPositionChanged;
WidgetIndex widgetIndex;
rct_widget* widget;
Widget* widget;
widgetIndex = 0;
scrollIndex = 0;