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
680332a7
Commit
680332a7
authored
Jul 06, 2015
by
Fizztastic
Browse files
keep consistent ordering
parent
19bd6cc3
Changes
1
Show whitespace changes
Inline
Side-by-side
cockatrice/src/player.h
View file @
680332a7
...
@@ -241,7 +241,7 @@ private:
...
@@ -241,7 +241,7 @@ private:
void
eventChangeZoneProperties
(
const
Event_ChangeZoneProperties
&
event
);
void
eventChangeZoneProperties
(
const
Event_ChangeZoneProperties
&
event
);
public:
public:
static
const
int
counterAreaWidth
=
55
;
static
const
int
counterAreaWidth
=
55
;
enum
CardMenuActionType
{
cmTap
,
cmUntap
,
cmDoesntUntap
,
cmFlip
,
cmPeek
,
cmClone
,
cmMoveToTopLibrary
,
cmMoveToBottomLibrary
,
cmMoveToGraveyard
,
cmMoveToExile
,
cmMoveToHand
};
enum
CardMenuActionType
{
cmTap
,
cmUntap
,
cmDoesntUntap
,
cmFlip
,
cmPeek
,
cmClone
,
cmMoveToTopLibrary
,
cmMoveToBottomLibrary
,
cmMoveToHand
,
cmMoveToGraveyard
,
cmMoveToExile
};
enum
{
Type
=
typeOther
};
enum
{
Type
=
typeOther
};
int
type
()
const
{
return
Type
;
}
int
type
()
const
{
return
Type
;
}
...
...
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