BeRo refactoring

This commit is contained in:
doitux
2007-08-07 00:05:29 +00:00
parent 0e8899df48
commit 2f76bb82f9
34 changed files with 155 additions and 1489 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
using namespace std;
LocalBeRoPreflop::LocalBeRoPreflop(HandInterface* bR, int id, int qP, int dP, int sB) : LocalBeRo(), myHand(bR), myID(id), actualQuantityPlayers(qP), dealerPosition(dP), bigBlindPosition(0), smallBlind(sB), highestSet(2*sB), preflopFirstRound(1), playersTurn(0)
LocalBeRoPreflop::LocalBeRoPreflop(HandInterface* hi, int id, int qP, int dP, int sB) : LocalBeRo(hi, id, qP, dP, sB), myHand(hi), myID(id), actualQuantityPlayers(qP), dealerPosition(dP), bigBlindPosition(0), smallBlind(sB), highestSet(2*sB), preflopFirstRound(1), playersTurn(0)
{
myBeRoID = GAME_STATE_PREFLOP;