Fixed test dir.
This commit is contained in:
@ -31,7 +31,7 @@ uint8_t pokerPotAdd(poker2_t *poker) {
|
||||
}
|
||||
|
||||
void pokerPotAddPlayer(poker2pot_t *pot, uint8_t playerIndex) {
|
||||
if(!arrayContains(
|
||||
if(arrayContains(
|
||||
sizeof(uint8_t), pot->players, pot->playerCount, &playerIndex
|
||||
)) return;
|
||||
pot->players[pot->playerCount++] = playerIndex;
|
||||
|
Reference in New Issue
Block a user