Previous encumberance state moved to decl.c.

This commit is contained in:
Bart House
2018-11-22 15:40:31 -08:00
parent acbe4d9242
commit 4e774197a6
3 changed files with 8 additions and 1 deletions

View File

@@ -1556,7 +1556,6 @@ struct obj *otmp;
int
encumber_msg()
{
static int oldcap = UNENCUMBERED;
int newcap = near_capacity();
if (oldcap < newcap) {