Minor tweaks to post-option screen refresh
This commit is contained in:
+3
-3
@@ -7844,8 +7844,8 @@ rerun:
|
|||||||
if (g.opt_need_redraw) {
|
if (g.opt_need_redraw) {
|
||||||
check_gold_symbol();
|
check_gold_symbol();
|
||||||
reglyph_darkroom();
|
reglyph_darkroom();
|
||||||
(void) doredraw();
|
docrt();
|
||||||
flush_screen(FALSE);
|
flush_screen(1);
|
||||||
}
|
}
|
||||||
if (g.context.botl || g.context.botlx) {
|
if (g.context.botl || g.context.botlx) {
|
||||||
bot();
|
bot();
|
||||||
@@ -8090,7 +8090,7 @@ doset(void) /* changing options via menu by Per Liboriussen */
|
|||||||
if (g.opt_need_redraw) {
|
if (g.opt_need_redraw) {
|
||||||
check_gold_symbol();
|
check_gold_symbol();
|
||||||
reglyph_darkroom();
|
reglyph_darkroom();
|
||||||
(void) doredraw();
|
docrt();
|
||||||
}
|
}
|
||||||
if (g.context.botl || g.context.botlx) {
|
if (g.context.botl || g.context.botlx) {
|
||||||
bot();
|
bot();
|
||||||
|
|||||||
Reference in New Issue
Block a user