Closed spratt closed 11 years ago
As soon as the hand is dealt to the player, game.getAge() returns 2. The next age is 3, the final age is 4. We could cosmetically fix this by making getAge() return age-1, but this seems to be a more fundamental bug.
Yeah... that's not right...
As soon as the hand is dealt to the player, game.getAge() returns 2. The next age is 3, the final age is 4. We could cosmetically fix this by making getAge() return age-1, but this seems to be a more fundamental bug.