Skip to content

Commit

Permalink
fix oos when using 'back to turn' in mp
Browse files Browse the repository at this point in the history
(cherry-picked from commit 31d4579)
  • Loading branch information
gfgtdf authored and Vultraz committed Oct 7, 2018
1 parent 5a08ed2 commit 6fb00a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/playmp_controller.cpp
Expand Up @@ -448,7 +448,8 @@ void playmp_controller::send_user_choice()

void playmp_controller::play_slice(bool is_delay_enabled)
{
if(!linger_) {
if(!linger_ && !is_replay()) {
//receive chat during animations and delay
process_network_data(true);
//cannot use turn_data_.send_data() here.
replay_sender_.sync_non_undoable();
Expand Down

0 comments on commit 6fb00a5

Please sign in to comment.