Fix unused param warning

This commit is contained in:
Pasi Kallinen
2020-01-04 17:26:53 +02:00
parent 1d312ee3fe
commit 1db0a5dda0
+1 -1
View File
@@ -865,7 +865,7 @@ lua_State *L;
static int static int
nhl_u_clear_inventory(L) nhl_u_clear_inventory(L)
lua_State *L; lua_State *L UNUSED;
{ {
while (g.invent) while (g.invent)
useupall(g.invent); useupall(g.invent);