summaryrefslogtreecommitdiff
path: root/src/projectile
diff options
context:
space:
mode:
authorTal Hayon <talhayon1@gmail.com>2022-01-23 23:40:56 +0200
committerTal Hayon <talhayon1@gmail.com>2022-01-23 23:40:56 +0200
commit425b4afaeb9d3f201b2ec388321cd6e9b2a082e5 (patch)
tree8dcdc5c2d8868aef9edf96d73075aa2fc8feb63e /src/projectile
parent70e2ef587740bfa159528bc0b160bb89869ad925 (diff)
Renaming according to review
Diffstat (limited to 'src/projectile')
-rw-r--r--src/projectile/mandiblesProjectile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/projectile/mandiblesProjectile.c b/src/projectile/mandiblesProjectile.c
index 4b47889b..257d0f1f 100644
--- a/src/projectile/mandiblesProjectile.c
+++ b/src/projectile/mandiblesProjectile.c
@@ -303,7 +303,7 @@ NONMATCH("asm/non_matching/mandiblesProjectile/sub_080AA374.inc", bool32 sub_080
// TODO regalloc
animationState = this->child->animationState;
uVar1 = sub_0806F824(this, this->child, gUnk_08129D14[animationState], gUnk_08129D14[animationState + 1]);
- if (isEntityWithinDistance(this, this->child->x.HALF.HI + gUnk_08129D14[animationState],
+ if (EntityWithinDistance(this, this->child->x.HALF.HI + gUnk_08129D14[animationState],
this->child->y.HALF.HI + gUnk_08129D14[animationState + 1], 8) != 0) {
result = TRUE;
} else {