From f62d7ef85770b5ef49ccb20de3a2a1980aae258d Mon Sep 17 00:00:00 2001 From: 4z0t Date: Sat, 30 Nov 2024 12:48:55 +0300 Subject: [PATCH] correct CheckAny --- include/LuaAPI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/LuaAPI.h b/include/LuaAPI.h index 14e0980..13743f5 100644 --- a/include/LuaAPI.h +++ b/include/LuaAPI.h @@ -348,7 +348,7 @@ class LuaState { // 0x34 bytes int ArgError(int narg, const char *msg) asm("0x90bf70"); __cdecl int Error(const char *fmt, ...) asm("0x90c1d0"); lua_State *GetActiveCState() asm("0x90bef0"); - void CheckAny(int narg) asm("0x923f20"); + void CheckAny(int narg) asm("0x90C170"); // private void Init(enum StandardLibraries libs) asm("0x90aad0");