X11 hilite_pet

Add support for hilite_pet to X11 text map mode (hilite_pet was already
supported when tiles were enabled).  While testing this, I found a missing
newsym() in the code implementing the creation of a "tame" monster.
This commit is contained in:
cohrs
2003-10-12 03:55:17 +00:00
parent 9cca788ef0
commit f6425ee3c5
3 changed files with 13 additions and 5 deletions

View File

@@ -1889,6 +1889,7 @@ create_particular()
if (mtmp) {
initedog(mtmp);
set_malign(mtmp);
newsym(mtmp->mx, mtmp->my);
}
} else {
mtmp = makemon(whichpm, u.ux, u.uy, NO_MM_FLAGS);