Fix unused param warning
This commit is contained in:
+1
-1
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user