Remove superfluous line

Co-authored-by: notyourav <65437533+notyourav@users.noreply.github.com>
This commit is contained in:
hatal175 2022-02-02 11:16:32 +02:00 committed by GitHub
parent fe33694919
commit 75699ef2b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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;