Commit ab7f354e authored by Gavin Bisesi's avatar Gavin Bisesi
Browse files

Merge pull request #318 from catmanjan/master

Change default scry to 1.
parents 2aeecc60 6f97e59c
...@@ -100,7 +100,7 @@ Player::Player(const ServerInfo_User &info, int _id, bool _local, TabGame *_pare ...@@ -100,7 +100,7 @@ Player::Player(const ServerInfo_User &info, int _id, bool _local, TabGame *_pare
: QObject(_parent), : QObject(_parent),
game(_parent), game(_parent),
shortcutsActive(false), shortcutsActive(false),
defaultNumberTopCards(3), defaultNumberTopCards(1),
lastTokenDestroy(true), lastTokenDestroy(true),
id(_id), id(_id),
active(false), active(false),
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment