Fix release crashes
This commit is contained in:
parent
44621ee52f
commit
3138924cef
@ -112,9 +112,16 @@ namespace Components
|
||||
{
|
||||
push edi
|
||||
call Zones::LoadXModelLodInfo
|
||||
pop edi
|
||||
add esp, 4h
|
||||
|
||||
jmp Game::Load_XModelSurfsFixup
|
||||
mov eax, [esp + 8h]
|
||||
push eax
|
||||
add eax, 8
|
||||
push eax
|
||||
call Game::Load_XModelSurfsFixup
|
||||
add esp, 8h
|
||||
|
||||
retn
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user