Revert "Previous encumberance state moved to decl.c."

This reverts commit 4e774197a6.
This commit is contained in:
nhmall
2018-11-23 22:17:22 -05:00
parent 28a953337f
commit bb826992dd
3 changed files with 1 additions and 8 deletions

View File

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