F
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user