aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-03-14 03:33:13 +0000
committerGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-03-14 03:33:13 +0000
commitf9be9921e9c345549f7d506262dfde19bcc72088 (patch)
tree0c433811cdaec73ceb6cb14e2d02f45f69d0a6ab /main.cpp
parent30531dfb996a1c4b7c1975c7f234bec359b36668 (diff)
downloadbullet-lab-remix-f9be9921e9c345549f7d506262dfde19bcc72088.tar.xz
Draft another new level.
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp
index 618c8e9..f2dfa4f 100644
--- a/main.cpp
+++ b/main.cpp
@@ -510,6 +510,8 @@ void CallLevels()
if (level==-1&&part==12)Levelm1Part12();
if (level==-1&&part==13)Levelm1Part13();
if (level==-1&&part==14)Levelm1Part14();
+ if (level==-1&&part==15)Levelm1Part15();
+ if (level==-1&&part==16)Levelm1Part16();
if (level==1&&part==5)level=2,part=0;
if (level==2&&part==10)level=3,part=0;
if (level==3&&part==7)level=4,part=0;