mirror of
https://github.com/JezuzLizard/T4SP-Server-Plugin.git
synced 2025-07-04 10:11:48 +00:00
fix this symbol
This commit is contained in:
@ -774,7 +774,7 @@ namespace game
|
||||
}
|
||||
|
||||
// void __usercall EmitCallBuiltinMethodOpcode(int inst@<eax>, int param_count, sval_u sourcePos)
|
||||
void EmitCallBuiltinMethodOpcode(int inst, int param_count, sval_u sourcePos, void* call_addr)
|
||||
void EmitCallBuiltinMethodOpcode(scriptInstance_t inst, int param_count, sval_u sourcePos, void* call_addr)
|
||||
{
|
||||
__asm
|
||||
{
|
||||
|
Reference in New Issue
Block a user