summaryrefslogtreecommitdiff
path: root/src/enemy/chaser.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/enemy/chaser.c
parent48fdf9d8277d2bd2e071cb30fc6284c58645e343 (diff)
define collisions
Diffstat (limited to 'src/enemy/chaser.c')
-rw-r--r--src/enemy/chaser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/enemy/chaser.c b/src/enemy/chaser.c
index 3c374cd4..a17f4c96 100644
--- a/src/enemy/chaser.c
+++ b/src/enemy/chaser.c
@@ -43,7 +43,7 @@ void sub_0802B540(Entity* this) {
void sub_0802B56C(Entity* this) {
GetNextFrame(this);
- if (this->contactFlags & CONTACT_TAKE_DAMAGE) {
+ if (this->contactFlags & CONTACT_NOW) {
this->speed = 0x40;
}