Revert "Instance variable work."

This reverts commit 14bf74c862.
This commit is contained in:
nhmall
2018-11-23 22:17:09 -05:00
parent 7ad3f32e16
commit 4d6e3326bb
3 changed files with 14 additions and 20 deletions

View File

@@ -460,11 +460,6 @@ struct instance_variables {
boolean m_using; /* kludge to use mondided instead of killed */
/* pickup.c */
int oldcap; /* last encumberance */
/* save.c */
boolean havestate;
unsigned ustuck_id; /* need to preserve during save */
unsigned usteed_id; /* need to preserve during save */
/* trap.c */
int force_mintrap; /* mintrap() should take a flags argument, but for time
being we use this */