From 1fde5e83823c7619f3187f2e7e33b1bf581c66da Mon Sep 17 00:00:00 2001 From: Macrepeh <63179588+Macrepeh@users.noreply.github.com> Date: Thu, 25 Feb 2021 15:38:09 -0500 Subject: [PATCH] Gibdo.c Co-authored-by: notyourav <65437533+notyourav@users.noreply.github.com> --- src/enemy/gibdo.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/enemy/gibdo.c b/src/enemy/gibdo.c index 3984f1f4..f7ed415b 100644 --- a/src/enemy/gibdo.c +++ b/src/enemy/gibdo.c @@ -318,7 +318,6 @@ void sub_080379BC(Entity* this) { this->field_0xf = 0x8; r = Random(); this->animationState = ((this->animationState + (r & 2)) - 1) & 3; - ; this->direction = this->animationState << 3; InitAnimationForceUpdate(this, this->animationState + 4); }