firstRunGui

This commit is contained in:
floty
2007-10-07 11:12:02 +00:00
parent f0acfb19e1
commit b437d8f7d2
6 changed files with 16 additions and 11 deletions
+3 -3
View File
@@ -440,9 +440,9 @@ ServerGameStateStartHand::Process(ServerGameThread &server)
curGame.initHand();
// HACK: Skip GUI notification run
curGame.getCurrentHand()->getFlop()->resetFirstRun();
curGame.getCurrentHand()->getTurn()->resetFirstRun();
curGame.getCurrentHand()->getRiver()->resetFirstRun();
curGame.getCurrentHand()->getFlop()->skipFirstRunGui();
curGame.getCurrentHand()->getTurn()->skipFirstRunGui();
curGame.getCurrentHand()->getRiver()->skipFirstRunGui();
// Consider all players, even inactive.
PlayerListIterator i = curGame.getSeatsList()->begin();