From 9cc4a3ca144332166c8b63f95c85ac6395698237 Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Sun, 5 Dec 2010 06:58:43 +0100 Subject: Renamed target types. --- common/action.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'common') diff --git a/common/action.h b/common/action.h index 122411b..e229d2c 100644 --- a/common/action.h +++ b/common/action.h @@ -20,9 +20,12 @@ class Action { //! Action target type. enum TargetType { - None, // No target - Hand, // Target in hand. - Open // Target in open. + //! Action is targetless. + None, + //! Target is index in first group (concealed hand). + Index, + //! Target is index of group. + Group }; //! Type of action. -- cgit v1.2.3