Add missing NULLs to lua function reg array
This commit is contained in:
@@ -884,6 +884,7 @@ lua_State *L;
|
|||||||
static const struct luaL_Reg nhl_u_functions[] = {
|
static const struct luaL_Reg nhl_u_functions[] = {
|
||||||
{ "clear_inventory", nhl_u_clear_inventory },
|
{ "clear_inventory", nhl_u_clear_inventory },
|
||||||
{ "giveobj", nhl_u_giveobj },
|
{ "giveobj", nhl_u_giveobj },
|
||||||
|
{ NULL, NULL }
|
||||||
};
|
};
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|||||||
Reference in New Issue
Block a user