CardsValueInt-2-QString ;)

This commit is contained in:
doitux
2007-02-14 01:09:31 +00:00
parent f0aa63667c
commit 3292a61f31
3 changed files with 667 additions and 5 deletions
+1 -1
View File
@@ -1503,7 +1503,7 @@ void mainWindowImpl::postRiverRunAnimation3() {
//Pro Spieler den Cash aus dem Player und dem Label auslesen. Player_cash - Label_cash = Gewinnsumme
bool toIntBool = TRUE;
int pot = actualHand->getPlayerArray()[i]->getMyCash() - cashLabelArray[i]->text().remove(" $").toInt(&toIntBool,10) ;
myLog->logPlayerWinsMsg(i, pot);
myLog->logPlayerWinsMsg(i, pot, actualHand->getPlayerArray()[i]->getMyCardsValueInt());
}
else {