summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-03-21 02:05:52 +0000
committerGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-03-21 02:05:52 +0000
commit614da8c13f4711337828a3b017d86002c6ea1292 (patch)
tree563e87a65c05adc8f215c0c6d0d2e03c39a92a13 /main.cpp
parentb0b2b1d18bc4d0e01e607d8c5316b2d4d41f2538 (diff)
downloadbullet-lab-remix-614da8c13f4711337828a3b017d86002c6ea1292.tar.xz
Modify a level. Change numeric chars to monospace.
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();