From 65d7db3487cc318dd764481193feb90bb6a897cd Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Tue, 7 Mar 2023 22:35:00 -0600 Subject: Use an older name for luaL_reg --- src/shared/lua_api/phys/bcharactercontroller.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared/lua_api/phys/bcharactercontroller.hpp') diff --git a/src/shared/lua_api/phys/bcharactercontroller.hpp b/src/shared/lua_api/phys/bcharactercontroller.hpp index 02e5afb..631e6b4 100644 --- a/src/shared/lua_api/phys/bcharactercontroller.hpp +++ b/src/shared/lua_api/phys/bcharactercontroller.hpp @@ -9,4 +9,4 @@ extern "C" { void bcharactercontroller_register(lua_State* L); void makenewbcharactercontroller(lua_State* L); -extern const luaL_reg bcharactercontroller_m[]; +extern const luaL_Reg bcharactercontroller_m[]; -- cgit v1.2.3-70-g09d2