First try of showing cards when everybody is all in.

This commit is contained in:
lotodore
2007-06-06 21:16:52 +00:00
parent e6305092ea
commit 8a22157cbd
8 changed files with 143 additions and 69 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ LocalHand::LocalHand(boost::shared_ptr<EngineFactory> f, GuiInterface *g, BoardI
: myFactory(f), myGui(g), myBoard(b), playerArray(p), myPreflop(0), myFlop(0), myTurn(0), myRiver(0),
myID(id), actualQuantityPlayers(aP), startQuantityPlayers(sP), dealerPosition(dP), actualRound(0),
smallBlind(sB), startCash(sC), activePlayersCounter(aP), lastPlayersTurn(0), allInCondition(0),
bettingRoundsPlayed(0)
cardsShown(false), bettingRoundsPlayed(0)
{
int i, j, k;