fixes: "Bug ID 0000007: Highlighting of cards on split pot could be better " --> http://www.pokerth.net/mantis/view.php?id=7

This commit is contained in:
floty
2009-01-18 22:47:50 +00:00
parent 97617753fa
commit aac3e2c988
3 changed files with 32 additions and 11 deletions
+4
View File
@@ -2165,6 +2165,10 @@ void gameTableImpl::postRiverRunAnimation3() {
int bestHandPos[5];
(*it_c)->getMyBestHandPosition(bestHandPos);
// for(j=0; j<5; j++) {
// cout << bestHandPos[j] << endl;
// }
//index 0 testen --> Karte darf nicht im MyBestHand Position Array drin sein, es darf nicht nur ein Spieler Aktiv sein, die Config fordert die Animation
bool index0 = TRUE;
for(j=0; j<5; j++) {