diff options
author | Kyle K <kylek389@gmail.com> | 2011-02-04 19:31:57 -0600 |
---|---|---|
committer | Kamil Kaminski <kamilkss@gmail.com> | 2011-02-04 19:31:57 -0600 |
commit | 82598fd1aab296ac3b685ac52d900ebc0f75a1fa (patch) | |
tree | 8c0dec1103aaee2f8d42d8e40f95b22f06f3407d /game.cpp | |
parent | e58830a28eb89d8a3d885e3ec15e4bc993aed263 (diff) | |
download | poker-master.tar.gz poker-master.tar.bz2 poker-master.zip |
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; |