Specify the player when triggering a move on a revealed card

Fixes #72, #493
This commit is contained in:
Fabio Bas 2014-12-27 17:12:21 +01:00
parent f52935791c
commit ea1067189d

View file

@ -1900,7 +1900,7 @@ void Player::cardMenuAction()
default: ;
}
}
game->sendGameCommand(prepareGameCommand(commandList));
game->sendGameCommand(prepareGameCommand(commandList), getId());
}
void Player::actIncPT(int deltaP, int deltaT)