aboutsummaryrefslogtreecommitdiff
path: root/towernbullet.h
diff options
context:
space:
mode:
Diffstat (limited to 'towernbullet.h')
-rw-r--r--towernbullet.h2
1 files changed, 1 insertions, 1 deletions
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);