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