Update src/dungeon_util_1.c

Co-authored-by: Seth Barberee <seth.barberee@gmail.com>
This commit is contained in:
DizzyEggg 2025-03-09 17:46:21 +01:00 committed by GitHub
parent a828da70a6
commit 9f69bb5010
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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