mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-29 01:35:06 +01:00
Use u8string for custom paths
This commit is contained in:
committed by
GitHub
parent
2c8c940caa
commit
149b164ee8
@@ -775,7 +775,7 @@ void start_silent_record()
|
||||
{
|
||||
OpenRCT2::ReplayRecordInfo info;
|
||||
replayManager->GetCurrentReplayInfo(info);
|
||||
safe_strcpy(gSilentRecordingName, info.FilePath.c_str(), MAX_PATH);
|
||||
gSilentRecordingName = info.FilePath;
|
||||
|
||||
const char* logFmt = "Silent replay recording started: (%s) %s\n";
|
||||
Console::WriteLine(logFmt, info.Name.c_str(), info.FilePath.c_str());
|
||||
|
||||
Reference in New Issue
Block a user