mon name buffers

Follow suit with what <Someone> did for the object name buffers,
so that this sort of statement can work correctly:

	pline("%s hits %s.", Monnam(mtmp), mon_nam(mtmp2));
This commit is contained in:
nethack.allison
2003-11-06 02:16:22 +00:00
parent cf07cbf556
commit 0834d51482
2 changed files with 17 additions and 6 deletions

View File

@@ -48,6 +48,7 @@ make it possible for the code to recognize your starting pet throughout the
healers notice when a wand of undead turning revives a monster so the
wand is then identified
update display if bestowed a spellbook while unable to see invisible self
use small pool of static buffers for mon_nam() and Monnam()
Platform- and/or Interface-Specific Fixes