mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 00:03:11 +01:00
This commit is contained in:
committed by
Ted John
parent
7b8248cca7
commit
2cfe2e323c
@@ -754,7 +754,7 @@ static void window_loadsave_select(rct_window *w, const char *path)
|
||||
save_path(&gConfigGeneral.last_save_game_directory, pathBuffer);
|
||||
safe_strcpy(gScenarioSavePath, pathBuffer, MAX_PATH);
|
||||
window_loadsave_invoke_callback(MODAL_RESULT_OK, pathBuffer);
|
||||
window_close(w);
|
||||
window_close_by_class(WC_LOADSAVE);
|
||||
gfx_invalidate_screen();
|
||||
break;
|
||||
case (LOADSAVETYPE_SAVE | LOADSAVETYPE_GAME) :
|
||||
|
||||
@@ -187,7 +187,7 @@ rct_window * window_object_load_error_open(utf8 * path, size_t numMissingObjects
|
||||
WH,
|
||||
&window_object_load_error_events,
|
||||
WC_OBJECT_LOAD_ERROR,
|
||||
WF_STICK_TO_FRONT
|
||||
0
|
||||
);
|
||||
|
||||
window->widgets = window_object_load_error_widgets;
|
||||
|
||||
Reference in New Issue
Block a user