Skip to content

Commit

Permalink
Fix #9905: Ride type dropdown shows wrong text (#9923)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gymnasiast committed Aug 22, 2019
1 parent 4093480 commit 4cf1d1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/openrct2-ui/windows/Ride.cpp
Expand Up @@ -2670,6 +2670,7 @@ static void window_ride_main_invalidate(rct_window* w)
else
{
window_ride_main_widgets[WIDX_RIDE_TYPE].type = WWT_DROPDOWN;
window_ride_main_widgets[WIDX_RIDE_TYPE].text = RideNaming[ride->type].name;
window_ride_main_widgets[WIDX_RIDE_TYPE_DROPDOWN].type = WWT_BUTTON;
}

Expand Down

0 comments on commit 4cf1d1e

Please sign in to comment.