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
aa38733f
Commit
aa38733f
authored
Jun 27, 2011
by
Max-Wilhelm Bruker
Browse files
fixed Server_Card::resetState
parent
d0e832b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/server_card.cpp
View file @
aa38733f
...
@@ -39,8 +39,8 @@ void Server_Card::resetState()
...
@@ -39,8 +39,8 @@ void Server_Card::resetState()
counters
.
clear
();
counters
.
clear
();
setTapped
(
false
);
setTapped
(
false
);
setAttacking
(
false
);
setAttacking
(
false
);
power
=
0
;
power
=
-
1
;
toughness
=
0
;
toughness
=
-
1
;
setAnnotation
(
QString
());
setAnnotation
(
QString
());
setDoesntUntap
(
false
);
setDoesntUntap
(
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