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:
Andrzej Kapolka
2005-05-03 18:20:57 +00:00
parent 43a903c31c
commit f8f6c210d6
@@ -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