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