Instance variable work check-point.

This commit is contained in:
Bart House
2018-11-23 04:49:51 -08:00
parent 244a473a19
commit 8e316df117
17 changed files with 171 additions and 139 deletions

View File

@@ -197,7 +197,7 @@ makedog()
put_saddle_on_mon(otmp, mtmp);
}
if (!icontext.petname_used++ && *petname)
if (!iv.petname_used++ && *petname)
mtmp = christen_monst(mtmp, petname);
initedog(mtmp);