From 06373ac4a3dd68d2bd06224686b1e44aff50f54c Mon Sep 17 00:00:00 2001 From: "chirs241097@gmail.com" Date: Tue, 4 Mar 2014 13:12:58 +0000 Subject: Dummy commit. Ensure all files are latest. I'm going to make a testing Windows build. --- levels.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'levels.h') 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; } -- cgit v1.2.3