]> granicus.if.org Git - nethack/commit
options processing: ascii_map vs tiled_map
authorPatR <rankin@nethack.org>
Sat, 18 Nov 2017 00:05:35 +0000 (16:05 -0800)
committerPatR <rankin@nethack.org>
Sat, 18 Nov 2017 00:05:35 +0000 (16:05 -0800)
commit024906300ed1db22d2c9c32053c1ae258518759b
treecf5175c32d24fd9ee7ea18f5611b2725d6ae8dd1
parent8e1b28a4532222bc33c21adf86910dfa904094b5
options processing: ascii_map vs tiled_map

Toggling either ascii_map or tiled_map with the X11 interface switches
the map window from one style to another, but it was only working as
intended when done via the 'O' command.  Setting ascii_map via initial
options only worked if tiled_map was explicitly cleared.  This fixes
that.
src/options.c