Return winner list as need to show cards for now.
This commit is contained in:
@@ -142,7 +142,9 @@ std::list<unsigned>
|
|||||||
ClientBoard::getPlayerNeedToShowCards() const
|
ClientBoard::getPlayerNeedToShowCards() const
|
||||||
{
|
{
|
||||||
boost::recursive_mutex::scoped_lock lock(m_syncMutex);
|
boost::recursive_mutex::scoped_lock lock(m_syncMutex);
|
||||||
return playerNeedToShowCards;
|
// TODO returns winners for now.
|
||||||
|
//return playerNeedToShowCards;
|
||||||
|
return winners;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|||||||
Reference in New Issue
Block a user