summaryrefslogtreecommitdiffstats
path: root/src/control/Script.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/control/Script.cpp')
-rw-r--r--src/control/Script.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control/Script.cpp b/src/control/Script.cpp
index afd72473..0e403c49 100644
--- a/src/control/Script.cpp
+++ b/src/control/Script.cpp
@@ -911,7 +911,7 @@ void CTheScripts::Process()
break;
case MISSION_RETRY_STAGE_WAIT_FOR_MENU:
AllowMissionReplay = MISSION_RETRY_STAGE_WAIT_FOR_USER;
- RetryMission(0, 0);
+ RetryMission(MISSION_RETRY_TYPE_SUGGEST_TO_PLAYER);
break;
case MISSION_RETRY_STAGE_START_RESTARTING:
AllowMissionReplay = MISSION_RETRY_STAGE_WAIT_FOR_TIMER_AFTER_RESTART;