summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/main.cpp b/main.cpp
index 08dbdee..3df15e5 100644
--- a/main.cpp
+++ b/main.cpp
@@ -362,11 +362,9 @@ void RefreshScore()
void CallLevels()
{
//Use this to call level procedures.
- //Don't use this to call the first level!
- //if (level<6)clrtime=0;
if ((mode==4||mode<=2)&&coll!=0){DeathGUI_Init();return;}
if (!IfCallLevel) return;
- //Check Complete
+ //Check Complete here
if (level==1&&part==0)Level1Part0();
if (level==1&&part==1)Level1Part1();
if (level==1&&part==2)Level1Part2();