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 Charles Dang
parent 31d4579500
commit fb54b0376d

View file

@ -363,6 +363,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;