fixed bug with summarized input actions in network games
authorHolger Schemel <info@artsoft.org>
Wed, 13 Feb 2019 00:24:38 +0000 (01:24 +0100)
committerHolger Schemel <info@artsoft.org>
Wed, 13 Feb 2019 00:24:38 +0000 (01:24 +0100)
src/game.c

index ed560daf5257ca5b269cb707961fdbf5fb7687f3..2dcc07a496969b3782f16f9908c60e1d5106cc65 100644 (file)
@@ -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)
   {