Skip to content

Commit

Permalink
fix viewing side after idle controller reassign
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Nov 25, 2014
1 parent b528610 commit 1b9b9b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/playsingle_controller.cpp
Expand Up @@ -811,6 +811,10 @@ possible_end_play_signal playsingle_controller::play_side()
s = gui_->playing_side();
update_gui_to_player(s-1);
}
else {
//This side was previously not human controlled.
update_gui_to_player(player_number_ - 1);
}
}
}
}
Expand Down

0 comments on commit 1b9b9b5

Please sign in to comment.