This commit is contained in:
doitux
2009-03-14 22:45:14 +00:00
parent a1938f0a2e
commit 5d3811afbe
+3 -3
View File
@@ -929,14 +929,14 @@ void gameTableImpl::refreshAction(int playerID, int playerAction) {
if (playerAction == 1) { // FOLD if (playerAction == 1) { // FOLD
if (playerID == 0 /*&& !myConfig->readConfigInt("AntiPeekMode")*/) { if (playerID == 0) {
holeCardsArray[0][0]->startFadeOut(10); holeCardsArray[0][0]->startFadeOut(10);
holeCardsArray[0][1]->startFadeOut(10); holeCardsArray[0][1]->startFadeOut(10);
}/* }
else { else {
holeCardsArray[playerID][0]->setPixmap(onePix, FALSE); holeCardsArray[playerID][0]->setPixmap(onePix, FALSE);
holeCardsArray[playerID][1]->setPixmap(onePix, FALSE); holeCardsArray[playerID][1]->setPixmap(onePix, FALSE);
}*/ }
} }
} }
} }