Add missing NULLs to lua function reg array

This commit is contained in:
Pasi Kallinen
2020-01-07 08:44:36 +02:00
parent f83dede8e5
commit 5e307335c3

View File

@@ -884,6 +884,7 @@ lua_State *L;
static const struct luaL_Reg nhl_u_functions[] = {
{ "clear_inventory", nhl_u_clear_inventory },
{ "giveobj", nhl_u_giveobj },
{ NULL, NULL }
};
void