Skip to content

Commit

Permalink
fixup 'fix [end_turn] in networked mp'
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Mar 5, 2015
1 parent 487bf6f commit 9ddf3ca
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/playsingle_controller.cpp
Expand Up @@ -520,12 +520,11 @@ void playsingle_controller::play_side()
before_human_turn();
if (end_turn_ == END_TURN_NONE) {
play_human_turn();
if(is_regular_game_end()) {
return;
}
}
}

if(is_regular_game_end()) {
return;
}
if ( !player_type_changed_ ) {
sync_end_turn();
after_human_turn();
Expand Down

0 comments on commit 9ddf3ca

Please sign in to comment.