aboutsummaryrefslogtreecommitdiff
path: root/src/shared/lua_api/phys/bshape.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/lua_api/phys/bshape.cpp')
-rw-r--r--src/shared/lua_api/phys/bshape.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/lua_api/phys/bshape.cpp b/src/shared/lua_api/phys/bshape.cpp
index f7d73d3..602d527 100644
--- a/src/shared/lua_api/phys/bshape.cpp
+++ b/src/shared/lua_api/phys/bshape.cpp
@@ -27,12 +27,12 @@ static int newboxshape(lua_State* L){
return 1;
}
-static const luaL_reg bshape_f[] = {
+static const luaL_Reg bshape_f[] = {
{"newboxshape", newboxshape},
{0,0},
};
-static const luaL_reg bshape_m[] = {
+static const luaL_Reg bshape_m[] = {
{0,0},
};