mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Reset Always reveal top card when starting a new game.
This commit is contained in:
parent
f52935791c
commit
142b42e095
3 changed files with 10 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue