mirror of
https://github.com/JezuzLizard/T4SP-Server-Plugin.git
synced 2025-06-25 22:01:49 +00:00
fix this symbol
This commit is contained in:
@ -1694,7 +1694,7 @@ namespace re_cscr_compiler
|
||||
}
|
||||
}
|
||||
|
||||
void EmitCallBuiltinMethodOpcode_call(int inst, [[maybe_unused]] void* caller_addr, int param_count, game::sval_u sourcePos)
|
||||
void EmitCallBuiltinMethodOpcode_call(game::scriptInstance_t inst, [[maybe_unused]] void* caller_addr, int param_count, game::sval_u sourcePos)
|
||||
{
|
||||
#ifdef RE_CSCR_COMPILER_USE_WRAPPERS
|
||||
game::EmitCallBuiltinMethodOpcode(inst, param_count, sourcePos, EmitCallBuiltinMethodOpcode_original);
|
||||
|
Reference in New Issue
Block a user