aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-02-25 09:28:01 +0000
committerGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-02-25 09:28:01 +0000
commit67f9cfbc209f6ed7678504503005f3f6e81e9e11 (patch)
tree8d983eb1f393fc0671eb9db47fa4e78d2d537208 /main.cpp
parent172056e7598d3447c682a694d824041076f3255e (diff)
downloadbullet-lab-remix-67f9cfbc209f6ed7678504503005f3f6e81e9e11.tar.xz
M trunk/CHANGELOG.TXT
M trunk/levels.h M trunk/main.cpp
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp
index cb2123f..8797df8 100644
--- a/main.cpp
+++ b/main.cpp
@@ -409,6 +409,9 @@ void CallLevels()
if (level==7&&part==13)Level7Part13();
if (level==7&&part==14)Level7Part14();
if (level==7&&part==15)Level7Part15();
+ if (level==7&&part==16)Level7Part16();
+ if (level==7&&part==17)Level7Part17();
+ if (level==7&&part==18)Level7Part18();
/*if (level==1&&part==3)Level1Part3();
if (level==1&&part==4)Level1Part4();
if (level==1&&part==5)Level1Part5();