diff options
Diffstat (limited to 'src/projectile/windProjectile.c')
| -rw-r--r-- | src/projectile/windProjectile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/projectile/windProjectile.c b/src/projectile/windProjectile.c index 92308f75..d607486a 100644 --- a/src/projectile/windProjectile.c +++ b/src/projectile/windProjectile.c @@ -67,7 +67,7 @@ void WindProjectile_Action2(Entity* this) { } } else { this->action = 3; - this->flags &= 0x7f; + COLLISION_OFF(this); this->speed = 0; } } |
