Ejemplo n.º 1
0
/**
*
*  rct2: 0x0066f790
*/
void window_editor_bottom_toolbar_jump_forward_to_options_selection() {
	window_close_all();
	window_editor_scenario_options_open();
	g_editor_step = EDITOR_STEP_OPTIONS_SELECTION;
	gfx_invalidate_screen();
}
Ejemplo n.º 2
0
/**
*
*  rct2: 0x0066F666
*/
static void window_editor_bottom_toolbar_jump_back_to_scenario_options() {
    window_close_all();
    window_editor_scenario_options_open();
    gS6Info.editor_step = EDITOR_STEP_OPTIONS_SELECTION;
    gfx_invalidate_screen();
}