]> granicus.if.org Git - nethack/commit
lit and unlit corridors
authorcohrs <cohrs>
Sun, 23 Nov 2003 21:24:16 +0000 (21:24 +0000)
committercohrs <cohrs>
Sun, 23 Nov 2003 21:24:16 +0000 (21:24 +0000)
commitf8d6b1d41ff39083a44447dffc54d23209b841b2
tree35cecf9effea56d5086dc12049c9276a2fec6c6f
parent5993a8fdc7998b369739adc31b21d63f444e9f65
lit and unlit corridors
The default symbol for lit and unlit corridors are the same.  This makes
the lit_corridor option a no-op where the defaults are used and also means
that using a light scroll/spell a corridor has no obvious effect.  To
address that, I special-cased the lit corridor symbol and change its color
to bright white when its the same symbol as the unlit corridor symbol (I
didn't change the default color since I thought that made the lit corridor
look strange using the windows console interface).
doc/fixes34.3
src/drawing.c
src/mapglyph.c