This commit is contained in:
2021-10-14 20:47:27 -07:00
parent 971c2c4c9a
commit 9a9e1d156c
16 changed files with 1300 additions and 1228 deletions

View File

@ -32,7 +32,7 @@ void _pokerGameActionRoundOnEnd(queue_t *queue,queueaction_t *action,uint8_t i){
pokerDiscussionQueue(&data);
// Deal
cardShuffle(&game->poker.deck, CARD_DECK_SIZE);
cardShuffle(game->poker.deck, CARD_DECK_SIZE);
pokerPlayerDealAll(&game->poker, POKER_PLAYER_HAND_SIZE_MAX);
// Speak