]> granicus.if.org Git - nethack/commitdiff
Flush screen when toggling map-related option
authorPasi Kallinen <paxed@alt.org>
Wed, 3 Aug 2022 16:57:57 +0000 (19:57 +0300)
committerPasi Kallinen <paxed@alt.org>
Wed, 3 Aug 2022 16:57:57 +0000 (19:57 +0300)
src/options.c

index 2d8c54581eedfeb6e407132bd80d29b0d6590ef7..fbb8b44376911f4cd138dd35a762f32c22cbdd1d 100644 (file)
@@ -7845,6 +7845,7 @@ rerun:
         check_gold_symbol();
         reglyph_darkroom();
         (void) doredraw();
+        flush_screen(FALSE);
     }
     if (g.context.botl || g.context.botlx) {
         bot();