Skip to content

Commit

Permalink
update mon info for forced redraw (#62362)
Browse files Browse the repository at this point in the history
Co-authored-by: mqrause <[email protected]>
  • Loading branch information
mqrause and mqrause authored Nov 24, 2022
1 parent bebce0a commit 18761d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/do_turn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -818,6 +818,7 @@ bool do_turn()
g->mon_info_update();
u.process_turn();
if( u.moves < 0 && get_option<bool>( "FORCE_REDRAW" ) ) {
g->mon_info_update();
ui_manager::redraw();
refresh_display();
}
Expand Down

0 comments on commit 18761d7

Please sign in to comment.