summaryrefslogtreecommitdiff
path: root/src/enemy/wisp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/enemy/wisp.c')
-rw-r--r--src/enemy/wisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/enemy/wisp.c b/src/enemy/wisp.c
index 1ed368b6..88125bcf 100644
--- a/src/enemy/wisp.c
+++ b/src/enemy/wisp.c
@@ -57,7 +57,7 @@ void Wisp_OnCollision(WispEntity* this) {
Entity* entity;
bits = super->contactFlags;
- if ((bits & 0x80) == 0) {
+ if ((bits & CONTACT_TAKE_DAMAGE) == 0) {
return;
}