From a404f537e1f260040063b65461213800c896e15c Mon Sep 17 00:00:00 2001 From: "chirs241097@gmail.com" Date: Mon, 3 Mar 2014 08:52:12 +0000 Subject: New levels and laser rewrite. Bring back a level and remove all commented levels. --- main.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'main.cpp') 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(); { -- cgit v1.2.3