mirror of https://github.com/zeldaret/tmc.git
Gibdo.c
Co-authored-by: notyourav <65437533+notyourav@users.noreply.github.com>
This commit is contained in:
parent
e3a1d08b8a
commit
1fde5e8382
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue