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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user