Fix release crashes

This commit is contained in:
momo5502 2016-09-22 22:48:34 +02:00
parent 44621ee52f
commit 3138924cef

View File

@ -112,9 +112,16 @@ namespace Components
{ {
push edi push edi
call Zones::LoadXModelLodInfo 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
} }
} }