From d8c84876b20f8fd784171e9bb525af38a25380f1 Mon Sep 17 00:00:00 2001 From: "chirs241097@gmail.com" Date: Wed, 19 Mar 2014 13:42:25 +0000 Subject: Support command line options, change player settings, update wiki page. --- towernbullet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'towernbullet.h') diff --git a/towernbullet.h b/towernbullet.h index ea51289..59613f2 100644 --- a/towernbullet.h +++ b/towernbullet.h @@ -977,7 +977,7 @@ void ProcessBullet255(int i) } else { - bulletspr[grey]->SetColor(0x10FFFFFF); + bulletspr[grey]->SetColor(0x20FFFFFF); 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); -- cgit v1.2.3