mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-08-02 08:57:53 -07:00
Reset Always reveal top card when starting a new game.
This commit is contained in:
@@ -2225,6 +2225,13 @@ qreal Player::getMinimumWidth() const
|
||||
return result;
|
||||
}
|
||||
|
||||
void Player::setGameStarted()
|
||||
{
|
||||
if (local)
|
||||
aAlwaysRevealTopCard->setChecked(false);
|
||||
setConceded(false);
|
||||
}
|
||||
|
||||
void Player::setConceded(bool _conceded)
|
||||
{
|
||||
conceded = _conceded;
|
||||
|
||||
Reference in New Issue
Block a user