flip holcards when all active players all in

This commit is contained in:
doitux
2007-01-29 09:11:44 +00:00
parent dfa1f32bb2
commit 48019eaa63
6 changed files with 47 additions and 1 deletions
+2
View File
@@ -80,6 +80,8 @@ void GuiWrapper::riverAnimation2() const { myW->riverAnimation2(); }
void GuiWrapper::postRiverAnimation1() const { myW->postRiverAnimation1(); }
void GuiWrapper::postRiverRunAnimation1() const { myW->postRiverRunAnimation1(); }
void GuiWrapper::flipHolecardsAllIn() const { myW->flipHolecardsAllIn(); }
void GuiWrapper::nextRoundCleanGui() const { myW->nextRoundCleanGui(); }
void GuiWrapper::meInAction() const { myW->meInAction(); }