This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user