Moved potion.c globals to instance_globals.
This commit is contained in:
@@ -464,6 +464,11 @@ struct instance_globals {
|
||||
/* pickup.c */
|
||||
int oldcap; /* last encumberance */
|
||||
|
||||
/* potion.c */
|
||||
boolean notonhead; /* for long worms */
|
||||
int potion_nothing;
|
||||
int potion_unkn;
|
||||
|
||||
/* read.c */
|
||||
boolean known;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user