This commit is contained in:
floty
2007-10-07 12:00:34 +00:00
parent b437d8f7d2
commit 28f33dea76
+15 -31
View File
@@ -45,19 +45,6 @@ LocalBeRo::LocalBeRo(HandInterface* hi, int id, unsigned dP, int sB, GameState g
@@ -92,16 +79,17 @@ void LocalBeRo::nextPlayer() {
void LocalBeRo::run() {
if (firstRun || firstRunGui) {
// HACK
if(firstRunGui) {
firstRunGui = false;
myHand->getGuiInterface()->dealBeRoCards(myBeRoID);
}
else {
if(firstRun) {
firstRun = false;
/*
/*
// determine smallBlindPosition
PlayerListIterator smallBlindPositionIt;
@@ -144,7 +132,7 @@ void LocalBeRo::run() {
*/
*/
@@ -205,21 +193,17 @@ void LocalBeRo::run() {
}
else {
//log the turned cards
if(!logBoardCardsDone) {