aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-02-22 17:10:25 +0000
committerGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-02-22 17:10:25 +0000
commit6402dda0c56d306e7569402c57b0c77662599da2 (patch)
treee0ab628529b0c1f543e6ea469eadcbd1b434b968 /main.cpp
parent6ee08bbdaee6355f80d4e048f2afecfd26ba8477 (diff)
downloadbullet-lab-remix-6402dda0c56d306e7569402c57b0c77662599da2.tar.xz
M trunk/CHANGELOG.TXT
M trunk/VERSION.TXT M trunk/levels.h M trunk/main.cpp M trunk/towernbullet.h
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 18e1cd1..cb2123f 100644
--- a/main.cpp
+++ b/main.cpp
@@ -407,6 +407,8 @@ void CallLevels()
if (level==7&&part==11)Level7Part11();
if (level==7&&part==12)Level7Part12();
if (level==7&&part==13)Level7Part13();
+ if (level==7&&part==14)Level7Part14();
+ if (level==7&&part==15)Level7Part15();
/*if (level==1&&part==3)Level1Part3();
if (level==1&&part==4)Level1Part4();
if (level==1&&part==5)Level1Part5();