diff options
Diffstat (limited to 'game.cpp')
-rw-r--r-- | game.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -979,8 +979,6 @@ void Game::determineWinner(void) } } - cout << "\nmaxFoundAt: " << maxFoundAt << endl; - if (numOfTies > 1) whatIndex = maxFoundAt; |