fixup! Show the turn dialog before updating the GUI for the incoming player.

This commit is contained in:
josteph 2019-08-14 22:01:04 +00:00 committed by jostephd
parent 0a6ed0ae4f
commit 511553ddd4

View file

@ -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();