From 680332a708e09a2caf76f2ab2540e4f0a0b98767 Mon Sep 17 00:00:00 2001 From: Fizztastic Date: Mon, 6 Jul 2015 19:18:27 -0400 Subject: [PATCH] keep consistent ordering --- cockatrice/src/player.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cockatrice/src/player.h b/cockatrice/src/player.h index f1f94f93..45baa7ae 100644 --- a/cockatrice/src/player.h +++ b/cockatrice/src/player.h @@ -241,7 +241,7 @@ private: void eventChangeZoneProperties(const Event_ChangeZoneProperties &event); public: 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 }; int type() const { return Type; }