From: nhmall Date: Sun, 24 Oct 2021 13:31:31 +0000 (-0400) Subject: comment accuracy X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ea7e7aef488417571db74c50906ab9113cabc12;p=nethack comment accuracy The function involved is a different one now, but the comment had not been updated. --- diff --git a/include/defsym.h b/include/defsym.h index 093497d1f..a8817bfc9 100644 --- a/include/defsym.h +++ b/include/defsym.h @@ -175,11 +175,11 @@ PCHAR( 68, '~', S_vibrating_square, "vibrating square", CLR(CLR_MAGENTA)) /* end traps */ /* end cmap B */ - /* */ - /* begin special effects */ - /* */ - /* zap colors are changed by map_glyphinfo() to match type of beam */ - /* */ + /* */ + /* begin special effects */ + /* */ + /* zap colors are changed by reset_glyphinfo() to match type of beam */ + /* */ PCHAR2(69, '|', S_vbeam, "vertical beam", "", CLR(CLR_GRAY)) PCHAR2(70, '-', S_hbeam, "horizontal beam", "", CLR(CLR_GRAY)) PCHAR2(71, '\\', S_lslant, "left slant beam", "", CLR(CLR_GRAY)) @@ -200,8 +200,8 @@ /* */ /* The 8 swallow symbols. Do NOT separate. */ /* To change order or add, see the function swallow_to_glyph() */ - /* in display.c. swallow colors are changed by map_glyphinfo() */ - /* to match the engulfing monst. */ + /* in display.c. swallow colors are changed by */ + /* reset_glyphmap() to match the engulfing monst. */ /* */ /* Order: */ /* */ @@ -218,7 +218,7 @@ PCHAR2(89, '-', S_sw_bc, "swallow bottom center", "", CLR(CLR_GREEN)) /* 8 */ PCHAR2(90, '/', S_sw_br, "swallow bottom right", "", CLR(CLR_GREEN)) /* 9 */ /* */ - /* explosion colors are changed by map_glyphinfo() to match */ + /* explosion colors are changed by reset_glyphmap() to match */ /* the type of expl. */ /* */ /* Ex. */