]> granicus.if.org Git - nethack/commit
options: ascii_map vs tiled_map
authorPatR <rankin@nethack.org>
Thu, 12 Oct 2017 22:21:00 +0000 (15:21 -0700)
committerPatR <rankin@nethack.org>
Thu, 12 Oct 2017 22:21:00 +0000 (15:21 -0700)
commit20d8cb4238e26eeebf76786175e0328ebab1738b
tree1915d7e063de2c2e1674e385dce100593266a5cb
parent601bff5159b3b85ce976d2886da52fa330a01e59
options: ascii_map vs tiled_map

X11 supports both ascii map and tiled map and is able to switch back
and forth during play.  'O' shows both of them as boolean options, but
toggling ascii_map did nothing since tiled_map retained whatever value
it had at the time.  For core options handling, make toggling either
ascii_map or tiled_map also set the other one to the opposite value,
so ascii on forces tiled off and vice versa.
src/options.c