From 8cb1a0f4fcf8e7ecd54134e8d6f431b613c69091 Mon Sep 17 00:00:00 2001 From: "chirs241097@gmail.com" Date: Mon, 24 Feb 2014 00:53:29 +0000 Subject: M trunk/towernbullet.h --- towernbullet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/towernbullet.h b/towernbullet.h index 395c8ed..7dad226 100644 --- a/towernbullet.h +++ b/towernbullet.h @@ -1753,7 +1753,7 @@ struct SimpleBullet } if (lastcoll>=200)lastcoll=0; if (scollable>=200)scollable=0; - if (aC==COLOR_COUNT)bulletspr[aC]->RenderEx(bulletpos.x+7.2,bulletpos.y+7.2,0,0.6,0);//blink hack + if (aC2==COLOR_COUNT)bulletspr[aC]->RenderEx(bulletpos.x+7.2,bulletpos.y+7.2,0,0.6,0);//blink hack else RenderAlter(vector2d(bulletpos.x+7.2,bulletpos.y+7.2),aC,aC2,rot,0.6); double dis=GetDist(bulletpos,playerpos); if (dis<=6&&clrrange<1e-5&&clrrad-pi/2<1e-7&&!lastcoll) -- cgit v1.2.3