Moved petname_used to decl.c

This commit is contained in:
Bart House
2018-11-22 15:49:43 -08:00
parent 4e774197a6
commit 6272c37035
3 changed files with 6 additions and 2 deletions

View File

@@ -160,7 +160,6 @@ makedog()
register struct obj *otmp;
const char *petname;
int pettype;
static int petname_used = 0;
if (preferred_pet == 'n')
return ((struct monst *) 0);