- "fix" issue 25
- A few AI fixes for Deck 36 (artifact lands deck)
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-09-27 06:37:24 +00:00
parent 515c5ef0db
commit 30ef39d49d
3 changed files with 34 additions and 36 deletions

View File

@@ -49,6 +49,9 @@ class GuiPlay : public GuiLayer
float height;
public:
int red;
int colorFlow;
void addAttacker(MTGCardInstance*);
void removeAttacker(MTGCardInstance*);
void reset(float x, float y);