fixed cirno boss placement

This commit is contained in:
laochailan 2012-08-08 17:58:29 +02:00
parent 144f52fac1
commit 4d4a5c65a0

View file

@ -282,9 +282,6 @@ void cirno_iceplosion1(Boss *c, int time) {
int t = time % 360;
TIMER(&t);
if(time < 0)
return;
if(time < 0)
GO_TO(c, VIEWPORT_W/2.0 + 100I, 0.02);