Skip to content

Commit

Permalink
correct CheckAny
Browse files Browse the repository at this point in the history
  • Loading branch information
4z0t committed Nov 30, 2024
1 parent 4482d5a commit f62d7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/LuaAPI.h
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit f62d7ef

Please sign in to comment.