fixup! Show the turn dialog before updating the GUI for the incoming player.
This commit is contained in:
parent
0a6ed0ae4f
commit
511553ddd4
1 changed files with 1 additions and 1 deletions
|
@ -1218,7 +1218,7 @@ void play_controller::play_turn()
|
|||
// If a side is empty skip over it.
|
||||
if (!current_team().is_empty()) {
|
||||
// Show the turn dialog now, before the minimap is redrawn and before healing is animated.
|
||||
if(current_team().is_local_human() && current_team().is_proxy_human()) {
|
||||
if(current_team().is_local_human() && current_team().is_proxy_human() && !is_replay()) {
|
||||
show_turn_dialog();
|
||||
}
|
||||
init_side_begin();
|
||||
|
|
Loading…
Add table
Reference in a new issue