1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

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

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);