Moved petname_used to decl.c

This commit is contained in:
Bart House
2018-11-22 15:49:43 -08:00
parent 79e0a11c15
commit 48c89acef4
3 changed files with 6 additions and 2 deletions

View File

@@ -192,6 +192,8 @@ E NEARDATA char dogname[];
E NEARDATA char catname[];
E NEARDATA char horsename[];
E char preferred_pet;
E int petname_used;
E const char *occtxt; /* defined when occupation != NULL */
E const char *nomovemsg;
E char lock[];
@@ -440,6 +442,7 @@ struct early_opt {
/* encumbrance */
E int oldcap;
#undef E
#endif /* DECL_H */