fix cow.c

This commit is contained in:
theo 2020-06-13 15:07:27 -07:00
parent cc298f0fd2
commit b500126e76
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ void sub_08069168(Entity* ent) {
} }
void sub_08069188(Entity* ent) { void sub_08069188(Entity* ent) {
if (ent->frames.f2 == 0) return; if (ent->frames.b.f0 == 0) return;
ent->frames.all = 0; ent->frames.all = 0;
if (((s8) --ent->field_0xf) != 0) return; if (((s8) --ent->field_0xf) != 0) return;