mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 00:03:11 +01:00
Remove platform_get_user_directory() (#16530)
This commit is contained in:
committed by
GitHub
parent
df77222390
commit
f43a4344ce
@@ -2229,7 +2229,7 @@ enum : uint32_t
|
||||
S6_SAVE_FLAG_AUTOMATIC = 1u << 31,
|
||||
};
|
||||
|
||||
int32_t scenario_save(const utf8* path, int32_t flags)
|
||||
int32_t scenario_save(u8string_view path, int32_t flags)
|
||||
{
|
||||
if (flags & S6_SAVE_FLAG_SCENARIO)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user