diff options
Diffstat (limited to 'src/scripting/lua.cpp')
-rw-r--r-- | src/scripting/lua.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripting/lua.cpp b/src/scripting/lua.cpp index da47d931..507b348f 100644 --- a/src/scripting/lua.cpp +++ b/src/scripting/lua.cpp @@ -1628,7 +1628,7 @@ LuaScript::LuaScript(): lua_pop(mState, 2); // Put some callback functions in the scripting environment. - static luaL_reg const callbacks[] = { + static luaL_Reg const callbacks[] = { { "npc_create", &npc_create }, { "npc_message", &npc_message }, { "npc_choice", &npc_choice }, |