From 9739a80289d57881178a9aa7c88d1490010894a5 Mon Sep 17 00:00:00 2001 From: "chirs241097@gmail.com" Date: Tue, 18 Mar 2014 13:54:50 +0000 Subject: One new level, one minor change. Add a missing change in the changelog. --- towernbullet.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'towernbullet.h') diff --git a/towernbullet.h b/towernbullet.h index f5fd77a..18667a6 100644 --- a/towernbullet.h +++ b/towernbullet.h @@ -954,8 +954,10 @@ void ProcessBullet255(int i) } else { - bulletspr[grey]->SetColor(0x80FFFFFF); + bulletspr[grey]->SetColor(0x10FFFFFF); + bulletspr[grey]->SetBlendMode(BLEND_ALPHAADD); bulletspr[grey]->RenderEx(bullet[i].bulletpos.x+6,bullet[i].bulletpos.y+6,0,0.5,0); + bulletspr[grey]->SetBlendMode(BLEND_ALPHABLEND); } } int CreateTower1(double x,double y,int timer,double bs,double offset=0,bool eff=false) -- cgit v1.2.3