comment accuracy
The function involved is a different one now, but the comment had not been updated.
This commit is contained in:
+8
-8
@@ -175,11 +175,11 @@
|
|||||||
PCHAR( 68, '~', S_vibrating_square, "vibrating square", CLR(CLR_MAGENTA))
|
PCHAR( 68, '~', S_vibrating_square, "vibrating square", CLR(CLR_MAGENTA))
|
||||||
/* end traps */
|
/* end traps */
|
||||||
/* end cmap B */
|
/* end cmap B */
|
||||||
/* */
|
/* */
|
||||||
/* begin special effects */
|
/* begin special effects */
|
||||||
/* */
|
/* */
|
||||||
/* zap colors are changed by map_glyphinfo() to match type of beam */
|
/* zap colors are changed by reset_glyphinfo() to match type of beam */
|
||||||
/* */
|
/* */
|
||||||
PCHAR2(69, '|', S_vbeam, "vertical beam", "", CLR(CLR_GRAY))
|
PCHAR2(69, '|', S_vbeam, "vertical beam", "", CLR(CLR_GRAY))
|
||||||
PCHAR2(70, '-', S_hbeam, "horizontal beam", "", CLR(CLR_GRAY))
|
PCHAR2(70, '-', S_hbeam, "horizontal beam", "", CLR(CLR_GRAY))
|
||||||
PCHAR2(71, '\\', S_lslant, "left slant 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. */
|
/* The 8 swallow symbols. Do NOT separate. */
|
||||||
/* To change order or add, see the function swallow_to_glyph() */
|
/* To change order or add, see the function swallow_to_glyph() */
|
||||||
/* in display.c. swallow colors are changed by map_glyphinfo() */
|
/* in display.c. swallow colors are changed by */
|
||||||
/* to match the engulfing monst. */
|
/* reset_glyphmap() to match the engulfing monst. */
|
||||||
/* */
|
/* */
|
||||||
/* Order: */
|
/* Order: */
|
||||||
/* */
|
/* */
|
||||||
@@ -218,7 +218,7 @@
|
|||||||
PCHAR2(89, '-', S_sw_bc, "swallow bottom center", "", CLR(CLR_GREEN)) /* 8 */
|
PCHAR2(89, '-', S_sw_bc, "swallow bottom center", "", CLR(CLR_GREEN)) /* 8 */
|
||||||
PCHAR2(90, '/', S_sw_br, "swallow bottom right", "", CLR(CLR_GREEN)) /* 9 */
|
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. */
|
/* the type of expl. */
|
||||||
/* */
|
/* */
|
||||||
/* Ex. */
|
/* Ex. */
|
||||||
|
|||||||
Reference in New Issue
Block a user