mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 00:04:48 -07:00
Fix Bad Gameplay (#3034)
This commit is contained in:
parent
d1b95aad16
commit
bc52882ac4
6 changed files with 805 additions and 1302 deletions
|
|
@ -2740,10 +2740,8 @@ qreal Player::getMinimumWidth() const
|
|||
|
||||
void Player::setGameStarted()
|
||||
{
|
||||
if (local && aAlwaysRevealTopCard)
|
||||
{
|
||||
if (local)
|
||||
aAlwaysRevealTopCard->setChecked(false);
|
||||
}
|
||||
setConceded(false);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue