mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 10:49:02 +00:00
Script.cpp missing breaks
This commit is contained in:
parent
9cf38634b9
commit
82f54b946f
1 changed files with 2 additions and 0 deletions
|
@ -2002,9 +2002,11 @@ void CTheScripts::Process()
|
||||||
case 4:
|
case 4:
|
||||||
AllowMissionReplay = 5;
|
AllowMissionReplay = 5;
|
||||||
RetryMission(0, 0);
|
RetryMission(0, 0);
|
||||||
|
break;
|
||||||
case 6:
|
case 6:
|
||||||
AllowMissionReplay = 7;
|
AllowMissionReplay = 7;
|
||||||
TimeToWaitTill = CTimer::GetTimeInMilliseconds() + 500;
|
TimeToWaitTill = CTimer::GetTimeInMilliseconds() + 500;
|
||||||
|
break;
|
||||||
case 7:
|
case 7:
|
||||||
if (TimeToWaitTill < CTimer::GetTimeInMilliseconds()) {
|
if (TimeToWaitTill < CTimer::GetTimeInMilliseconds()) {
|
||||||
AllowMissionReplay = 0;
|
AllowMissionReplay = 0;
|
||||||
|
|
Loading…
Reference in a new issue