mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-08-01 16:37:44 -07:00
Merge pull request #318 from catmanjan/master
Change default scry to 1.
This commit is contained in:
@@ -100,7 +100,7 @@ Player::Player(const ServerInfo_User &info, int _id, bool _local, TabGame *_pare
|
||||
: QObject(_parent),
|
||||
game(_parent),
|
||||
shortcutsActive(false),
|
||||
defaultNumberTopCards(3),
|
||||
defaultNumberTopCards(1),
|
||||
lastTokenDestroy(true),
|
||||
id(_id),
|
||||
active(false),
|
||||
|
||||
Reference in New Issue
Block a user