Co-authored-by: notyourav <65437533+notyourav@users.noreply.github.com>
This commit is contained in:
Macrepeh 2021-02-25 15:38:09 -05:00 committed by GitHub
parent e3a1d08b8a
commit 1fde5e8382
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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