mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-23 19:02:04 -05:00
Fix #6017: ride type spinner not working in multiplayer
This commit is contained in:
parent
4af64bb020
commit
30b907f0e8
1 changed files with 2 additions and 1 deletions
|
@ -1483,9 +1483,10 @@ static rct_window *window_ride_open(sint32 rideIndex)
|
|||
w = window_create_auto_pos(316, 207, window_ride_page_events[0], WC_RIDE, WF_10 | WF_RESIZABLE);
|
||||
w->widgets = window_ride_page_widgets[WINDOW_RIDE_PAGE_MAIN];
|
||||
w->enabled_widgets = window_ride_page_enabled_widgets[WINDOW_RIDE_PAGE_MAIN];
|
||||
w->hold_down_widgets = window_ride_page_hold_down_widgets[WINDOW_RIDE_PAGE_MAIN];
|
||||
w->number = rideIndex;
|
||||
|
||||
w->page = 0;
|
||||
w->page = WINDOW_RIDE_PAGE_MAIN;
|
||||
w->var_48C = 0;
|
||||
w->frame_no = 0;
|
||||
w->list_information_type = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue