Prevent pack corruption

This commit is contained in:
jl777
2019-03-06 03:17:32 -11:00
parent 53b12740a3
commit 25e1e4c703
4 changed files with 24 additions and 24 deletions

View File

@@ -220,7 +220,7 @@ quaff(struct rogue_state *rs)
call_it(rs,&pot_info[obj->o_which]);
if (discardit)
discard(obj);
discard(obj);
return;
}