]> granicus.if.org Git - nethack/commitdiff
fixes37.0 update
authornhmall <nhmall@nethack.org>
Sat, 2 Jan 2021 15:49:48 +0000 (10:49 -0500)
committernhmall <nhmall@nethack.org>
Sat, 2 Jan 2021 15:49:48 +0000 (10:49 -0500)
doc/fixes37.0

index a6484587bd89c7ef7a0bc9891bf5fc7abb500cc7..79796222f64728afee505645a76bb7a137529b8a 100644 (file)
@@ -9,8 +9,8 @@ hero polymorphed into a vampire can use #monster to shape-shift rather than
 adjust bones filename buffer sizes to accommodate suffix
 fix internal self-recover to work with recent fields added to checkpoint file
 improvements to pronoun usage when hallucinating
-function calls made from mapglyph based on dungeon level are now called once
-       per level
+function calls made from map_glyphmod() based on dungeon level are now called
+       once per level
 fast hero could have random clairvoyance happen more than once on same turn
 using 'Q' on wielded weapon would offer to split stack; make using 'w' on a
        quivered stack behave similarly
@@ -857,4 +857,4 @@ replace the single permonst mname field with male, female, and gender-neutral
        names pmnames[NUM_MGENDERS] fields
 add a new glyphmod parameter to window interface *_print_glyph() to be used
        to provide additional details to the window port beyond the glyph;
-       begin to phase out the mapglyph() calls from within windows ports
+       window port mapglyph() calls and the function itself were removed