remove playerlist iterator from log

This commit is contained in:
doitux
2007-10-01 09:16:54 +00:00
parent 025b05b26c
commit cffacbbe1a
9 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ public:
void setMyWinnerState ( bool theValue, int pot ) {
myWinnerState = theValue;
if(theValue) actualHand->getGuiInterface()->logPlayerWinsMsg(myID, pot);
if(theValue) actualHand->getGuiInterface()->logPlayerWinsMsg(myName, pot);
}
bool getMyWinnerState() const { return myWinnerState;}