bugfix
This commit is contained in:
@@ -409,7 +409,7 @@ SessionData::SetPlayerLastGames(std::array<unsigned long, 25> lastGames)
|
|||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
SessionData::AddPlayerLastGame(usigned long lastGame)
|
SessionData::AddPlayerLastGame(unsigned long lastGame)
|
||||||
{
|
{
|
||||||
boost::mutex::scoped_lock lock(m_dataMutex);
|
boost::mutex::scoped_lock lock(m_dataMutex);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user