mirror of
https://github.com/zeldaret/tmc
synced 2026-06-10 04:54:18 -04:00
Remove superfluous line
Co-authored-by: notyourav <65437533+notyourav@users.noreply.github.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user