Co-authored-by: notyourav <65437533+notyourav@users.noreply.github.com>
This commit is contained in:
Macrepeh
2021-02-25 15:48:55 -05:00
committed by GitHub
parent e1429efe92
commit b26015927b
+1 -1
View File
@@ -159,7 +159,7 @@ void sub_08037690(Entity* this) {
this->field_0x76.HALF.HI = 0x14;
sub_08037794(this);
} else {
if ((this->frames.all & 1) != 0) {
if (this->frames.all & 1) {
this->damageType = 0x27;
ProcessMovement(this);
}