aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/shared/lua_api/phys/bphysbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/lua_api/phys/bphysbox.cpp b/src/shared/lua_api/phys/bphysbox.cpp
index 66f112d..9a1dd40 100644
--- a/src/shared/lua_api/phys/bphysbox.cpp
+++ b/src/shared/lua_api/phys/bphysbox.cpp
@@ -156,7 +156,7 @@ static int bphysgetpos(lua_State *L){//self
return 1;
}
-static const luaL_reg bphysbox_m[] = {
+static const luaL_Reg bphysbox_m[] = {
{"getpos", bphysgetpos},
{"setpos", bphyssetpos},
{"delete", delbphysbox},