fixed bug #12381: End of turn confirmation negation causes unresponsiveness
This commit is contained in:
parent
21f546f841
commit
689c161489
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ void playsingle_controller::end_turn(){
|
|||
else if (!browse_){
|
||||
browse_ = true;
|
||||
end_turn_ = menu_handler_.end_turn(player_number_);
|
||||
browse_ = !end_turn_;
|
||||
browse_ = end_turn_;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue