BeRo refactoring

This commit is contained in:
doitux
2007-08-08 00:17:31 +00:00
parent e696fb4257
commit 2f04eeb245
4 changed files with 165 additions and 235 deletions
@@ -38,7 +38,6 @@ LocalBeRoPreflop::LocalBeRoPreflop(HandInterface* hi, int id, int qP, int dP, in
// // erste Spielernummer fr preflopRun() setzen
setPlayersTurn(bigBlindPosition);
cout << "LocalBeroPreflop erstellt - " << getMyBeRoID() << endl;
}
@@ -52,9 +51,6 @@ LocalBeRoPreflop::~LocalBeRoPreflop()
void LocalBeRoPreflop::run() {
cout << "LocalBeroPreflopRun!!!" << endl;
// cout << "NextPlayerSpeed2 stop" << endl;
int i;
bool allHighestSet = 1;