Revert "Instance variable work check-point."

This reverts commit 8e316df117.
This commit is contained in:
nhmall
2018-11-23 22:17:12 -05:00
parent 4d6e3326bb
commit 4590c9c0dd
17 changed files with 139 additions and 171 deletions
+1 -1
View File
@@ -197,7 +197,7 @@ makedog()
put_saddle_on_mon(otmp, mtmp);
}
if (!iv.petname_used++ && *petname)
if (!icontext.petname_used++ && *petname)
mtmp = christen_monst(mtmp, petname);
initedog(mtmp);