aboutsummaryrefslogtreecommitdiff
path: root/levels.h
diff options
context:
space:
mode:
authorGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-03-04 13:12:58 +0000
committerGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-03-04 13:12:58 +0000
commit06373ac4a3dd68d2bd06224686b1e44aff50f54c (patch)
treedb26658c87f8f4d6690d0b6a103ff2d5976f0ae6 /levels.h
parent3783f7242d204c3ef1c2afe38839ff3bfe11ec50 (diff)
downloadbullet-lab-remix-06373ac4a3dd68d2bd06224686b1e44aff50f54c.tar.xz
Dummy commit. Ensure all files are latest. I'm going to make a testing Windows build.
Diffstat (limited to 'levels.h')
-rw-r--r--levels.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/levels.h b/levels.h
index 1c4187a..1f695c1 100644
--- a/levels.h
+++ b/levels.h
@@ -1149,7 +1149,7 @@ void Level5Part4()
else
laser[i].Setdata(j,t,s,0xEEFF8800);
trad=initrad+j*pi/36.0f;
- if (shot&&j==pos)CreateBullet2(400+t.x,300+t.y,0.0f,rand()%100,1);
+ if (shot&&j==pos)bullet[CreateBullet2(400+t.x,300+t.y,0.0f,rand()%100,1)].alterColor=orange;
}
if (pos>8&&pos<23)
laser[i].EnableColl=true;
@@ -3033,7 +3033,7 @@ void Level7Part28()
void Level7Part29()//Minesweeper
{
frameleft=AMinute;
- if (bulcnt!=0)return (void)ClearAll();
+ All2pnt();towcnt=0;
Lasercnt=0;
++part;
}