Changed static constants.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3538 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -62,10 +62,10 @@ public abstract class CardPanel extends VirtualMediaPanel
|
||||
public static final int NONE = 0;
|
||||
|
||||
/** The selection mode in which the user can select a single card. */
|
||||
public static final int SINGLE = 2;
|
||||
public static final int SINGLE = 1;
|
||||
|
||||
/** The selection mode in which the user can select multiple cards. */
|
||||
public static final int MULTIPLE = 3;
|
||||
public static final int MULTIPLE = 2;
|
||||
|
||||
/**
|
||||
* A predicate class for {@link CardSprite}s. Provides control over which
|
||||
|
||||
Reference in New Issue
Block a user