mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Fix: Silent replay record message gets overwritten (#11600)
This commit is contained in:
@@ -882,7 +882,7 @@ void start_silent_record()
|
||||
replayManager->GetCurrentReplayInfo(info);
|
||||
safe_strcpy(gSilentRecordingName, info.FilePath.c_str(), MAX_PATH);
|
||||
|
||||
const char* logFmt = "Silent replay recording started: (%s) %s";
|
||||
const char* logFmt = "Silent replay recording started: (%s) %s\n";
|
||||
printf(logFmt, info.Name.c_str(), info.FilePath.c_str());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user