Moved sex_change_ok to instance_globals.

This commit is contained in:
Bart House
2018-11-23 12:43:38 -08:00
parent 302cd789e8
commit 97feda46e0
3 changed files with 12 additions and 8 deletions

View File

@@ -464,6 +464,11 @@ struct instance_globals {
/* pickup.c */
int oldcap; /* last encumberance */
/* polyself.c */
int sex_change_ok; /* controls whether taking on new form or becoming new
man can also change sex (ought to be an arg to
polymon() and newman() instead) */
/* potion.c */
boolean notonhead; /* for long worms */
int potion_nothing;