From: Holger Schemel Date: Wed, 13 Feb 2019 00:02:09 +0000 (+0100) Subject: fixed bug with not mapping input actions to focussed player in team mode X-Git-Tag: 4.1.2.0~14 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=c674feee36d3dc8b2e512e87991dce23ea4c5d83 fixed bug with not mapping input actions to focussed player in team mode --- diff --git a/src/game.c b/src/game.c index b68f6be1..ed560daf 100644 --- a/src/game.c +++ b/src/game.c @@ -11471,7 +11471,7 @@ static void GameActionsExt(void) game.centered_player_nr != -1) { for (i = 0; i < MAX_PLAYERS; i++) - stored_player[i].effective_action = + stored_player[map_player_action[i]].effective_action = (i == game.centered_player_nr ? summarized_player_action : 0); }