diff options
Diffstat (limited to 'game.cpp')
-rw-r--r-- | game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -808,7 +808,7 @@ bool Game::hasTwoPairs(Card **cards) int cnt = 0; int i; - /* if there are 2 pairs, they should be 1 index that contains 1 */ + /* if there are 2 pairs, they should be one index that contains 1 */ for (i = 0; i < 5; i++) if (cardsToDiscard[i] == 1) cnt++; |