mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-22 18:31:59 -05:00
create tracks directory on save track
This commit is contained in:
parent
4d7e693ace
commit
094d395567
1 changed files with 1 additions and 0 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue