summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-03-03 08:52:12 +0000
committerGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-03-03 08:52:12 +0000
commita404f537e1f260040063b65461213800c896e15c (patch)
tree82ca588fb7694d20e34732000dd3f0beb2b12c9c /main.cpp
parenteaa6a19cd0537c0bb8d57d743f894f58c62d378a (diff)
downloadbullet-lab-remix-a404f537e1f260040063b65461213800c896e15c.tar.xz
New levels and laser rewrite. Bring back a level and remove all commented levels.
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 94b90e6..4541606 100644
--- a/main.cpp
+++ b/main.cpp
@@ -442,6 +442,10 @@ void CallLevels()
if (level==7&&part==22)Level7Part22();
if (level==7&&part==23)Level7Part23();
if (level==7&&part==24)Level7Part24();
+ if (level==7&&part==25)Level7Part25();
+ if (level==7&&part==26)Level7Part26();
+ if (level==7&&part==27)Level7Part27();
+ if (level==7&&part==28)Level7Part28();
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;
@@ -596,7 +600,6 @@ bool FrameFunc()
case 255:ProcessBullet255(i);break;
}
}
- for (int i=1;i<=nonamecnt;++i)if (noname[i].Exist())noname[i].Process();
ProcessPlayer();
RefreshScore();
{