X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fgame.c;h=a906aad2379992b0539d746e1d11187071eecbaa;hb=8770e2b8105f8bb38e5ab4f385e044de16436dea;hp=ba066ed9bd6f740064244ccbbbf6d1f775ceded0;hpb=72bb1f5d2849131d094f38b9a0ce2d17ecacefe1;p=rocksndiamonds.git diff --git a/src/game.c b/src/game.c index ba066ed9..a906aad2 100644 --- a/src/game.c +++ b/src/game.c @@ -11074,7 +11074,8 @@ void GameActions() TapeRecordAction(tape_action); #if USE_NEW_PLAYER_ASSIGNMENTS - if (game.team_mode) + // !!! also map player actions in single player mode !!! + // if (game.team_mode) { byte mapped_action[MAX_PLAYERS];