mirror of https://github.com/zeldaret/tmc.git
Remove superfluous line
Co-authored-by: notyourav <65437533+notyourav@users.noreply.github.com>
This commit is contained in:
parent
fe33694919
commit
75699ef2b1
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue