Instance variable work.

This commit is contained in:
Bart House
2018-11-23 05:13:06 -08:00
parent 8e316df117
commit 14bf74c862
3 changed files with 20 additions and 14 deletions

View File

@@ -460,6 +460,11 @@ 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 */