mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 19:47:46 -07:00
Specify the player when triggering a move on a revealed card
Fixes #72, #493
This commit is contained in:
parent
f52935791c
commit
ea1067189d
1 changed files with 1 additions and 1 deletions
|
|
@ -1900,7 +1900,7 @@ void Player::cardMenuAction()
|
||||||
default: ;
|
default: ;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
game->sendGameCommand(prepareGameCommand(commandList));
|
game->sendGameCommand(prepareGameCommand(commandList), getId());
|
||||||
}
|
}
|
||||||
|
|
||||||
void Player::actIncPT(int deltaP, int deltaT)
|
void Player::actIncPT(int deltaP, int deltaT)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue