don't autosave after using 'back to turn' in mp

This commit is contained in:
gfgtdf 2018-05-23 12:55:52 +02:00 committed by GitHub
parent d1097d93d5
commit 8419db8a45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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