Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
6f97e59c
Commit
6f97e59c
authored
Sep 19, 2014
by
Jan Martin
Browse files
Change default scry to 1.
parent
2aeecc60
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/player.cpp
View file @
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
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment