- fix issue 89 and issue 90 - In the future, we will probably want cardSelector to handle CardDisplay somehow (although carddisplay is used in the Shop as well...)
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-09-29 12:31:26 +00:00
parent a3717b7269
commit 5443e6ff89
4 changed files with 34 additions and 13 deletions

View File

@@ -7,12 +7,7 @@
using std::cout;
enum {
BIG_MODE_SHOW = 0,
BIG_MODE_TEXT = 1,
BIG_MODE_HIDE = 2,
NB_BIG_MODES = 3
};
struct Left : public Exp { static inline bool test(CardSelector::Target* ref, CardSelector::Target* test)