Linefeeds.
This commit is contained in:
@@ -611,14 +611,14 @@ ClientStateRunHand::InternalProcess(ClientThread &client, boost::shared_ptr<NetP
|
||||
tmpPlayer->setMyButton(BUTTON_BIG_BLIND);
|
||||
else // no blind -> log
|
||||
{
|
||||
if (actionDoneData.playerAction)
|
||||
{
|
||||
assert(actionDoneData.totalPlayerBet >= (unsigned)tmpPlayer->getMySet());
|
||||
client.GetGui().logPlayerActionMsg(
|
||||
tmpPlayer->getMyName(),
|
||||
actionDoneData.playerAction,
|
||||
actionDoneData.totalPlayerBet - tmpPlayer->getMySet());
|
||||
}
|
||||
if (actionDoneData.playerAction)
|
||||
{
|
||||
assert(actionDoneData.totalPlayerBet >= (unsigned)tmpPlayer->getMySet());
|
||||
client.GetGui().logPlayerActionMsg(
|
||||
tmpPlayer->getMyName(),
|
||||
actionDoneData.playerAction,
|
||||
actionDoneData.totalPlayerBet - tmpPlayer->getMySet());
|
||||
}
|
||||
}
|
||||
|
||||
tmpPlayer->setMyAction(actionDoneData.playerAction);
|
||||
|
||||
Reference in New Issue
Block a user