aboutsummaryrefslogtreecommitdiff
path: root/towernbullet.h
diff options
context:
space:
mode:
authorGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-03-19 13:42:25 +0000
committerGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-03-19 13:42:25 +0000
commitd8c84876b20f8fd784171e9bb525af38a25380f1 (patch)
tree132688b48bb9875d427d2b44719baa05e026ffa6 /towernbullet.h
parentcd2d8a40f39ccf70b6fb294cff37c879bee98c6a (diff)
downloadbullet-lab-remix-d8c84876b20f8fd784171e9bb525af38a25380f1.tar.xz
Support command line options, change player settings, update wiki page.
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);