Fix Invalid Save Default Path (#4308)

This commit is contained in:
LRFLEW 2016-08-19 16:33:49 -05:00 committed by Ted John
parent 72cb30c7c4
commit 248a933ab1
1 changed files with 1 additions and 0 deletions

View File

@ -236,6 +236,7 @@ static void window_loadsave_close(rct_window *w)
static bool browse(bool isSave, char *path)
{
safe_strcpy(path, _directory, MAX_PATH);
if (isSave)
strcat(path, _defaultName);