Fixed macro redefinition. Set money won in server.
This commit is contained in:
@@ -309,12 +309,14 @@ ClientPlayer::getMyRoundStartCash() const
|
||||
void
|
||||
ClientPlayer::setLastMoneyWon ( int theValue )
|
||||
{
|
||||
boost::recursive_mutex::scoped_lock lock(m_syncMutex);
|
||||
lastMoneyWon = theValue;
|
||||
}
|
||||
|
||||
int
|
||||
ClientPlayer::getLastMoneyWon() const
|
||||
{
|
||||
boost::recursive_mutex::scoped_lock lock(m_syncMutex);
|
||||
return lastMoneyWon;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user