bugfix for too much logging
This commit is contained in:
@@ -2332,11 +2332,11 @@ void gameTableImpl::postRiverShowCards(unsigned playerId)
|
|||||||
holeCardsArray[(*it_c)->getMyID()][j]->setPixmap(tempCardsPixmapArray[j], FALSE);
|
holeCardsArray[(*it_c)->getMyID()][j]->setPixmap(tempCardsPixmapArray[j], FALSE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
//set Player value (logging)
|
//set Player value (logging)
|
||||||
(*it_c)->setMyCardsFlip(1,1);
|
(*it_c)->setMyCardsFlip(1,1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
void gameTableImpl::flipHolecardsAllIn() {
|
void gameTableImpl::flipHolecardsAllIn() {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user