fixed cirno boss placement
This commit is contained in:
parent
144f52fac1
commit
4d4a5c65a0
1 changed files with 0 additions and 3 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue