From: Holger Schemel Date: Wed, 13 Feb 2019 00:24:38 +0000 (+0100) Subject: fixed bug with summarized input actions in network games X-Git-Tag: 4.1.2.0~13 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=be5c5ba78b4d464fc85076e194fc8d03b77d3f14;hp=c674feee36d3dc8b2e512e87991dce23ea4c5d83 fixed bug with summarized input actions in network games --- diff --git a/src/game.c b/src/game.c index ed560daf..2dcc07a4 100644 --- a/src/game.c +++ b/src/game.c @@ -11465,8 +11465,9 @@ static void GameActionsExt(void) stored_player[map_player_action[local_player->index_nr]].effective_action = summarized_player_action; + // summarize all actions at centered player in local team mode if (tape.recording && - setup.team_mode && + setup.team_mode && !network.enabled && setup.input_on_focus && game.centered_player_nr != -1) {