summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-03-04 03:11:48 +0000
committerGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-03-04 03:11:48 +0000
commit1d05051ab16b2012c08f0405b4754f421aae4cf3 (patch)
tree333aa24e681d333db28b7358dd7e01af986ed2be /main.cpp
parent4f062725e3d2d104a40432b341ae2345ade5cfca (diff)
downloadbullet-lab-remix-1d05051ab16b2012c08f0405b4754f421aae4cf3.tar.xz
New level, remove more comments, more interfaces...
I'm now preparing for the next public pre-release version.
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 a297c67..76261fe 100644
--- a/main.cpp
+++ b/main.cpp
@@ -446,6 +446,8 @@ void CallLevels()
if (level==7&&part==26)Level7Part26();
if (level==7&&part==27)Level7Part27();
if (level==7&&part==28)Level7Part28();
+ if (level==7&&part==29)Level7Part29();
+ if (level==7&&part==30)Level7Part30();
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;