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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user