From b26015927b5b0436adab7105e07024300a473ff0 Mon Sep 17 00:00:00 2001 From: Macrepeh <63179588+Macrepeh@users.noreply.github.com> Date: Thu, 25 Feb 2021 15:48:55 -0500 Subject: [PATCH] gibdo.c Co-authored-by: notyourav <65437533+notyourav@users.noreply.github.com> --- src/enemy/gibdo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/enemy/gibdo.c b/src/enemy/gibdo.c index eeb6b089..edb4043a 100644 --- a/src/enemy/gibdo.c +++ b/src/enemy/gibdo.c @@ -159,7 +159,7 @@ void sub_08037690(Entity* this) { this->field_0x76.HALF.HI = 0x14; sub_08037794(this); } else { - if ((this->frames.all & 1) != 0) { + if (this->frames.all & 1) { this->damageType = 0x27; ProcessMovement(this); }