From 75699ef2b1c46c4ab56614247541d9730cefbb5a Mon Sep 17 00:00:00 2001 From: hatal175 Date: Wed, 2 Feb 2022 11:16:32 +0200 Subject: [PATCH] Remove superfluous line Co-authored-by: notyourav <65437533+notyourav@users.noreply.github.com> --- src/enemy/scissorsBeetle.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/enemy/scissorsBeetle.c b/src/enemy/scissorsBeetle.c index bfea7718..e2de30fe 100644 --- a/src/enemy/scissorsBeetle.c +++ b/src/enemy/scissorsBeetle.c @@ -93,7 +93,6 @@ void sub_080389E8(ScissorsBeetleEntity* this) { } else if (super->actionDelay) { super->actionDelay--; } else if (super->collisions) { - ; super->actionDelay = 0xc; if ((child->animationState & 1) == 0) { child->animationState += Random() & 0x20 ? 1 : 7;