1
0
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:
Michael Steenbeek
2021-03-06 20:07:18 +01:00
committed by GitHub
parent 58c3426747
commit 01ddea5fab

View File

@@ -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: