return struct fields borrowed in 3.6

This will break existing 3.7 save/bones.
This commit is contained in:
nhmall
2019-11-27 20:18:45 -05:00
parent 7406826824
commit 566019e588
4 changed files with 11 additions and 4 deletions

View File

@@ -159,8 +159,9 @@ struct monst {
long mtrapseen; /* bitmap of traps we've been trapped in */
long mlstmv; /* for catching up with lost time */
long mstate; /* debugging info on monsters stored here */
long migflags; /* migrating flags */
long mspare1;
#define mstate mspare1 /* only for debug exam right now, not code flow */
struct obj *minvent; /* mon's inventory */
struct obj *mw; /* mon's weapon */
long misc_worn_check; /* mon's wornmask */