]> granicus.if.org Git - nethack/commit
more do_look() glyph usage without it being set properly
authornhmall <mjnh@persona.ca>
Tue, 10 Mar 2015 02:05:48 +0000 (22:05 -0400)
committerPasi Kallinen <paxed@alt.org>
Tue, 17 Mar 2015 16:47:21 +0000 (18:47 +0200)
commit20b16455efbd55e0f2be2570231904dc63737b33
tree6ded3ffb491be775b511c3cc0ac681a7522ddf19
parent63e7d97148bb2cdb237b94a8c8ed55ec082d27b8
more do_look() glyph usage without it being set properly
 Changes to be committed:
modified:   src/pager.c

When the previous occurrence that triggered a segfault
was fixed, I didn't check for more of them. It turns out there
were more instances.

This also removes some dead code.
src/pager.c