diff options
author | shfil <filip.gawin@zoho.com> | 2020-10-18 00:54:27 +0200 |
---|---|---|
committer | shfil <filip.gawin@zoho.com> | 2020-10-18 00:56:07 +0200 |
commit | 82f54b946fa37f9c92be2a2f2883f8f37655f3ed (patch) | |
tree | 3d8383d68afe0927526982dc48a6f200005255d6 /src/control/Script.cpp | |
parent | 9cf38634b9ae5751bcec1ceb0ad5a6feaf9c6f98 (diff) |
Script.cpp missing breaks
Diffstat (limited to 'src/control/Script.cpp')
-rw-r--r-- | src/control/Script.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/control/Script.cpp b/src/control/Script.cpp index 650e11a7..5dceacb7 100644 --- a/src/control/Script.cpp +++ b/src/control/Script.cpp @@ -2002,9 +2002,11 @@ void CTheScripts::Process() case 4: AllowMissionReplay = 5; RetryMission(0, 0); + break; case 6: AllowMissionReplay = 7; TimeToWaitTill = CTimer::GetTimeInMilliseconds() + 500; + break; case 7: if (TimeToWaitTill < CTimer::GetTimeInMilliseconds()) { AllowMissionReplay = 0; |