summaryrefslogtreecommitdiff
path: root/src/enemy/bobomb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/enemy/bobomb.c')
-rw-r--r--src/enemy/bobomb.c2
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: