Moved potion.c globals to instance_globals.
This commit is contained in:
@@ -7,8 +7,6 @@
|
||||
|
||||
#include "mfndpos.h"
|
||||
|
||||
extern boolean notonhead;
|
||||
|
||||
STATIC_DCL boolean FDECL(dog_hunger, (struct monst *, struct edog *));
|
||||
STATIC_DCL int FDECL(dog_invent, (struct monst *, struct edog *, int));
|
||||
STATIC_DCL int FDECL(dog_goal, (struct monst *, struct edog *, int, int, int));
|
||||
@@ -1023,7 +1021,7 @@ int after; /* this is extra fast monster movement */
|
||||
if (after)
|
||||
return 0; /* hit only once each move */
|
||||
|
||||
notonhead = 0;
|
||||
g.notonhead = 0;
|
||||
mstatus = mattackm(mtmp, mtmp2);
|
||||
|
||||
/* aggressor (pet) died */
|
||||
|
||||
Reference in New Issue
Block a user