2
0
mirror of https://github.com/alliedmodders/amxmodx.git synced 2025-03-31 14:59:09 +03:00

Fix crash in Hamsandwich with hooked function without return.

This commit is contained in:
Arkshine 2014-04-14 11:39:08 +02:00
parent e81e7bee13
commit 0f890ce7f1

@ -690,7 +690,7 @@ inline void *CreateGenericTrampoline(bool thiscall, bool voidcall, bool retbuf,
}
else
{
tramp.ThisVoidPrologue();
tramp.VoidPrologue();
}
#endif
}