diff options
Diffstat (limited to 'src/enemy/bobomb.c')
| -rw-r--r-- | src/enemy/bobomb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/enemy/bobomb.c b/src/enemy/bobomb.c index 7dfae72e..f1ae158b 100644 --- a/src/enemy/bobomb.c +++ b/src/enemy/bobomb.c @@ -38,7 +38,7 @@ void Bobomb_OnTick(BobombEntity* this) { } void Bobomb_OnCollision(BobombEntity* this) { - if (super->contactFlags & CONTACT_TAKE_DAMAGE) { + if (super->contactFlags & CONTACT_NOW) { switch (super->contactFlags & 0x7f) { case 0: case 1: |
