Remove an unneded call to redraw the whole display...
...after showing the Preferences dialog in-game
This commit is contained in:
parent
b080750e49
commit
019947332c
1 changed files with 0 additions and 1 deletions
|
@ -627,7 +627,6 @@ void menu_handler::save_map()
|
|||
void menu_handler::preferences()
|
||||
{
|
||||
preferences::show_preferences_dialog(*gui_, game_config_);
|
||||
gui_->redraw_everything();
|
||||
}
|
||||
|
||||
void menu_handler::show_chat_log()
|
||||
|
|
Loading…
Add table
Reference in a new issue