aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 14f7e51..a9ed4c8 100644
--- a/main.cpp
+++ b/main.cpp
@@ -362,7 +362,7 @@ void RefreshScore()
void CallLevels()
{
//Use this to call level procedures.
- if ((mode==4||mode<=2)&&coll!=0){DeathGUI_Init();return;}
+ if ((mode==1)&&coll!=0){DeathGUI_Init();return;}
if (!IfCallLevel) return;
//Check Complete here
if (level==1&&part==0)Level1Part0();
@@ -554,6 +554,7 @@ void CallLevels()
if(mode==1&&restarts>2){CompleteGUI_Init();return;}
level=-1,part=0;
}
+ if (level==-1&&part==22){CompleteGUI_Init();return;}
}
bool ProcessCurCred()
{