fixed swirls
This commit is contained in:
parent
b7a0ddb347
commit
d29f1cc294
1 changed files with 1 additions and 1 deletions
|
@ -357,7 +357,7 @@ void stage2_events() {
|
|||
}
|
||||
|
||||
FROM_TO(1100, 1300, 10) {
|
||||
create_enemy1c(20 + (VIEWPORT_H+20)*I, 50, Swirl, stage2_bitchswirl, 0);
|
||||
create_enemy1c(20 + (VIEWPORT_H+20)*I, 50, Swirl, stage2_bitchswirl, 1);
|
||||
create_enemy1c(VIEWPORT_W-20 + (VIEWPORT_H+20)*I, 50, Swirl, stage2_bitchswirl, 1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue