From 0c4ab5b6097692667cd1469899e2eae78fad6be6 Mon Sep 17 00:00:00 2001 From: Nikolay Korolev Date: Sun, 8 Aug 2021 10:51:04 +0300 Subject: disable mission replay for lcs --- src/control/Script6.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/control/Script6.cpp') diff --git a/src/control/Script6.cpp b/src/control/Script6.cpp index 29487c62..bc3b4278 100644 --- a/src/control/Script6.cpp +++ b/src/control/Script6.cpp @@ -381,7 +381,7 @@ int8 CRunningScript::ProcessCommands1000To1099(int32 command) #ifdef MISSION_REPLAY missionRetryScriptIndex = GET_INTEGER_PARAM(0); #ifdef USE_MISSION_REPLAY_OVERRIDE_FOR_NON_MOBILE_SCRIPT - if (!UsingMobileScript && CTheScripts::MissionSupportsMissionReplay(missionRetryScriptIndex)){ + if (CTheScripts::MissionSupportsMissionReplay(missionRetryScriptIndex)){ if (!AlreadySavedGame) { m_nIp = oldIp - 2; SaveGameForPause(4); -- cgit v1.2.3