domove_ variables did not need to be in saved context

This commit is contained in:
nhmall
2019-01-27 15:12:55 -05:00
parent 96f1d0e207
commit d9b11e791c
6 changed files with 24 additions and 23 deletions

View File

@@ -691,6 +691,10 @@ struct instance_globals {
int doorindex;
char *save_cm;
long done_money;
long domove_attempting;
long domove_succeeded;
#define DOMOVE_WALK 0x00000001
#define DOMOVE_RUSH 0x00000002
const char *nomovemsg;
char plname[PL_NSIZ]; /* player name */
char pl_character[PL_CSIZ];