Cleaning more.

This commit is contained in:
2021-10-14 22:02:50 -07:00
parent bc3c07d36f
commit 4d43f837cf
11 changed files with 84 additions and 94 deletions

View File

@ -52,7 +52,7 @@ void pokerWinnerGetForPlayer(
// Get the full poker hand (should be a 7 card hand, but MAY not be)
winning->fullSize = poker->communitySize + player->cardCount;
pokerHandGetFull(poker, player, winning->full);
pokerPlayerGetFullHand(poker, player, winning->full);
cardHandSort(winning->full, winning->fullSize);
// Reset the winning status.