Removing AFK-warning message. Preparing integration of a new auto-AFK mode.

This commit is contained in:
lotodore
2011-11-07 21:07:13 +00:00
parent 77cda8da32
commit 32d26e3644
115 changed files with 309 additions and 522 deletions
-18
View File
@@ -5123,24 +5123,6 @@ bool LocalPlayer::isConnected() const
return m_isConnected;
}
unsigned
LocalPlayer::getActionTimeoutCounter() const
{
return m_actionTimeoutCounter;
}
void
LocalPlayer::incrementActionTimeoutCounter()
{
m_actionTimeoutCounter++;
}
void
LocalPlayer::resetActionTimeoutCounter()
{
m_actionTimeoutCounter = 0;
}
bool LocalPlayer::checkIfINeedToShowCards()
{
std::list<unsigned> playerNeedToShowCardsList = currentHand->getBoard()->getPlayerNeedToShowCards();