summaryrefslogtreecommitdiff
path: root/towernbullet.h
diff options
context:
space:
mode:
authorGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-07-14 02:16:11 +0000
committerGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-07-14 02:16:11 +0000
commit4b221a977fcff61db744b422920d203e2773e787 (patch)
tree99933b8fe6ceca0460803349b9249789bdca4f46 /towernbullet.h
parent32a2523dd5c51b31b31f5e43a7cebdb16e7f5e84 (diff)
downloadbullet-lab-remix-4b221a977fcff61db744b422920d203e2773e787.tar.xz
Rev. 99! WTF?
THIS IS THE FINAL RELEASE CANDIDATE!!! Everything is frozen, that means no more new features will be added and no big changes will be made after this revision. Only bug fixes will be provided. //Again, "frozen" is a term borrowed from the Debian project and //is completely unrelated to Cirno! Tweak bullet9, shrink its removal border. Change Multpo texture, add spawning effect. Fix stubbed rankings. Update sprite sheet. Store assessment total elapsed time in the score file. Score files from older revisions shouldn't cause any errors but you may get "Time elapsed 0.00" in highscore details. If you've got any sort of OCD (Obsessive-compulsive disorder), just remove it. Document!!!
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 87f3d05..8acf516 100644
--- a/towernbullet.h
+++ b/towernbullet.h
@@ -867,7 +867,7 @@ void ProcessBullet9(int i)
}
BulletEffect_Process(i);
double dis=GetDist(bullet[i].bulletpos,playerpos);
- if (dis<=6||bullet[i].bulletpos.x<=-10||bullet[i].bulletpos.x>=800||bullet[i].bulletpos.y<=-10||bullet[i].bulletpos.y>=600)
+ if (dis<=6||bullet[i].bulletpos.x<=-100||bullet[i].bulletpos.x>=900||bullet[i].bulletpos.y<=-100||bullet[i].bulletpos.y>=700)
{
if (dis<=6&&clrrange<1e-5&&clrrad-pi/2<1e-7)++coll,scminus+=10000,Mult_BatClear();
bullet[i].exist=false;