aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-03-11 03:37:24 +0000
committerGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-03-11 03:37:24 +0000
commit285f4f3379a68db34eec86cdc5c8d6f3c5597f5e (patch)
tree477fd32c99b6132abf1754edfe6201c9c4af1976 /main.cpp
parentdb6933143f3b9bb423faeaf823485672ec803000 (diff)
downloadbullet-lab-remix-285f4f3379a68db34eec86cdc5c8d6f3c5597f5e.tar.xz
Additive blending bullets, supernova level first draft.
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 c4e6a12..5f2c096 100644
--- a/main.cpp
+++ b/main.cpp
@@ -465,6 +465,8 @@ void CallLevels()
if (level==-1&&part==10)Levelm1Part10();
if (level==-1&&part==11)Levelm1Part11();
if (level==-1&&part==12)Levelm1Part12();
+ if (level==-1&&part==13)Levelm1Part13();
+ if (level==-1&&part==14)Levelm1Part14();
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;