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
@@ -380,7 +380,7 @@ ClientPlayer::setMyWinnerState(bool theValue, int pot)
boost::recursive_mutex::scoped_lock lock(m_syncMutex);
myWinnerState = theValue;
if(theValue)
actualHand->getGuiInterface()->logPlayerWinsMsg(myID, pot);
actualHand->getGuiInterface()->logPlayerWinsMsg(myName, pot);
}
bool