From 86a309ad76af3fe4eaf722491253fa3a3bdb5298 Mon Sep 17 00:00:00 2001 From: elexis Date: Mon, 21 Mar 2016 12:09:21 +0000 Subject: [PATCH] Show replay path in commandline interface. This was SVN commit r17927. --- source/ps/Game.cpp | 2 ++ 1 file changed, 2 insertions(+) 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();