mirror of
https://github.com/pret/pmd-red.git
synced 2026-06-15 21:24:46 -05:00
Update src/dungeon_util_1.c
Co-authored-by: Seth Barberee <seth.barberee@gmail.com>
This commit is contained in:
parent
a828da70a6
commit
9f69bb5010
|
|
@ -442,7 +442,7 @@ bool8 sub_8085B80(struct_8085B80 *a0)
|
|||
}
|
||||
a0[i].unk8 = unkCPtr[2];
|
||||
a0[i].unkC = unkCPtr;
|
||||
enInfo->action.direction = *(u8 *)unkCPtr & DIRECTION_MASK;
|
||||
enInfo->action.direction = unkCPtr[0] & DIRECTION_MASK;
|
||||
sub_806CDD4(entity, 0, (int)*unkCPtr);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user