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