1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 22:34:33 +01:00

Abstract access to gResearchedRide{Types,Entries}

This commit is contained in:
Michael Steenbeek
2018-01-10 12:40:50 +01:00
parent ea4eb7775a
commit d2de1a4a95
6 changed files with 37 additions and 25 deletions

View File

@@ -1233,6 +1233,7 @@ static sint32 get_object_from_object_selection(uint8 object_type, sint32 y)
*/
static void window_editor_object_selection_manage_tracks()
{
set_every_ride_type_invented();
set_every_ride_entry_invented();
gS6Info.editor_step = EDITOR_STEP_TRACK_DESIGNS_MANAGER;