Fix Bad Gameplay (#3034)

This commit is contained in:
Zach H 2018-01-19 20:34:14 -05:00 committed by GitHub
parent d1b95aad16
commit bc52882ac4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 805 additions and 1302 deletions

View file

@ -2740,10 +2740,8 @@ qreal Player::getMinimumWidth() const
void Player::setGameStarted()
{
if (local && aAlwaysRevealTopCard)
{
if (local)
aAlwaysRevealTopCard->setChecked(false);
}
setConceded(false);
}