mirror of https://github.com/zeldaret/tmc.git
fix cow.c
This commit is contained in:
parent
cc298f0fd2
commit
b500126e76
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue