diff --git a/source/ps/Game.cpp b/source/ps/Game.cpp index 8aa6b2b648..d42f95e0f4 100644 --- a/source/ps/Game.cpp +++ b/source/ps/Game.cpp @@ -169,6 +169,8 @@ int CGame::LoadVisualReplayData() bool CGame::StartVisualReplay(const std::string& replayPath) { + debug_printf("Starting to replay %s\n", replayPath.c_str()); + m_IsVisualReplay = true; ScriptInterface& scriptInterface = m_Simulation2->GetScriptInterface();