summaryrefslogtreecommitdiff
path: root/src/physics.c
diff options
context:
space:
mode:
authortheo3 <arisstephenson2@gmail.com>2023-12-31 21:24:07 -0800
committertheo3 <arisstephenson2@gmail.com>2023-12-31 21:26:12 -0800
commitdcc596ed8763efd9f71ce9a669cb67a1849d7c2b (patch)
tree108145ce0ee3172e48ac6529d9d49da53e9719b9 /src/physics.c
parent48fdf9d8277d2bd2e071cb30fc6284c58645e343 (diff)
define collisions
Diffstat (limited to 'src/physics.c')
-rw-r--r--src/physics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/physics.c b/src/physics.c
index 04eae6c1..421c2474 100644
--- a/src/physics.c
+++ b/src/physics.c
@@ -114,7 +114,7 @@ void sub_0806F4E8(Entity* ent) {
}
bool32 sub_0806F520(Entity* ent) {
- if (ent->contactFlags == (CONTACT_TAKE_DAMAGE | 0x13))
+ if (ent->contactFlags == (CONTACT_NOW | 0x13))
return 1;
ent->gustJarState &= ~4;
ent->spriteOffsetY = 0;