1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 12:03:07 +01:00

create tracks directory on save track

This commit is contained in:
Ted John
2016-05-06 22:57:14 +01:00
parent 4d7e693ace
commit 094d395567

View File

@@ -175,6 +175,7 @@ bool track_design_save(uint8 rideIndex)
*c = '\0';
}
}
platform_ensure_directory_exists(initialDirectory);
file_dialog_desc desc;
memset(&desc, 0, sizeof(desc));