don't autosave after using 'back to turn' in mp
(cherry-picked from commit fb54b0376d
)
This commit is contained in:
parent
6fb00a5182
commit
25c98edb2e
1 changed files with 1 additions and 0 deletions
|
@ -359,6 +359,7 @@ void playsingle_controller::play_side_impl()
|
|||
end_turn_ = END_TURN_NONE;
|
||||
}
|
||||
if(replay_.get() != nullptr) {
|
||||
init_side_done_now_ = false;
|
||||
REPLAY_RETURN res = replay_->play_side_impl();
|
||||
if(res == REPLAY_FOUND_END_TURN) {
|
||||
end_turn_ = END_TURN_SYNCED;
|
||||
|
|
Loading…
Add table
Reference in a new issue