Remove stray space

This commit is contained in:
Sijmen Schoon 2016-07-11 16:38:44 +02:00
parent d8bc890d0a
commit 773c7e04ef
1 changed files with 1 additions and 1 deletions

View File

@ -983,7 +983,7 @@ static char _window_overwrite_prompt_path[MAX_PATH];
static rct_window *window_overwrite_prompt_open(const char *name, const char *path)
{
rct_window *w;
window_close_by_class(WC_LOADSAVE_OVERWRITE_PROMPT);
w = window_create_centred(OVERWRITE_WW, OVERWRITE_WH, &window_overwrite_prompt_events, WC_LOADSAVE_OVERWRITE_PROMPT, WF_STICK_TO_FRONT);