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/bhingeconstraint.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared/lua_api/phys/bhingeconstraint.cpp') diff --git a/src/shared/lua_api/phys/bhingeconstraint.cpp b/src/shared/lua_api/phys/bhingeconstraint.cpp index 5045cb7..b6dae80 100644 --- a/src/shared/lua_api/phys/bhingeconstraint.cpp +++ b/src/shared/lua_api/phys/bhingeconstraint.cpp @@ -34,7 +34,7 @@ int newbhingeconstraint(lua_State *L){ return 0; } -static const luaL_reg hingeconstraint_m[] = { +static const luaL_Reg hingeconstraint_m[] = { // {"delete", delbphysbox},//client side delete needs to delete the visual representation {0, 0}, }; -- cgit v1.2.3-70-g09d2