Fix fs_game crash

This commit is contained in:
momo5502
2016-04-09 18:00:28 +02:00
parent 19b6a12c92
commit 72efebb021
3 changed files with 11 additions and 2 deletions

View File

@ -32,7 +32,7 @@ namespace Utils
add esp, 4h // Clear the stack
mov [esp + 20h], eax // Store the return address at the reserves space
mov [esp + 20h], eax // Store the return address at the reserved space
popad // Restore the registers
retn // Return (jump to our return address)