This is probably more correct. Gets rid of all xobject related asserts for several games.

This commit is contained in:
gibbed 2015-05-12 06:49:40 -05:00
parent 5f0d562c90
commit fc9f9d9a60
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ XObject* XObject::GetObject(KernelState* kernel_state, void* native_ptr,
header.wait_list_blink = xe::byte_swap(header_be->wait_list_blink);
if (as_type == -1) {
as_type = header.type_flags & 0xFF;
as_type = (header.type_flags >> 24) & 0xFF;
}
if (header.wait_list_blink & 0x1) {