mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 12:03:07 +01:00
Fix #14198: Crash when creating new folder
This commit is contained in:
committed by
GitHub
parent
58c3426747
commit
01ddea5fab
@@ -455,7 +455,7 @@ static void window_loadsave_mouseup(rct_window* w, rct_widgetindex widgetIndex)
|
||||
break;
|
||||
|
||||
case WIDX_NEW_FOLDER:
|
||||
window_text_input_raw_open(w, WIDX_NEW_FOLDER, STR_NONE, STR_FILEBROWSER_FOLDER_NAME_PROMPT, nullptr, 64);
|
||||
window_text_input_raw_open(w, WIDX_NEW_FOLDER, STR_NONE, STR_FILEBROWSER_FOLDER_NAME_PROMPT, "", 64);
|
||||
break;
|
||||
|
||||
case WIDX_BROWSE:
|
||||
|
||||
Reference in New Issue
Block a user