This commit is contained in:
Kai Philipp
2019-09-09 20:27:40 +02:00
parent 8964467ef9
commit 17036816af
+1 -1
View File
@@ -409,7 +409,7 @@ SessionData::SetPlayerLastGames(std::array<unsigned long, 25> lastGames)
}
void
SessionData::AddPlayerLastGame(long lastGame)
SessionData::AddPlayerLastGame(usigned long lastGame)
{
boost::mutex::scoped_lock lock(m_dataMutex);