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