- Attempt to fix a bug in 0.5.0 with persuasion. Haven't tried to compile/test yet :/
This commit is contained in:
wagic.the.homebrew
2009-03-18 04:04:34 +00:00
parent 415061642d
commit bc7c689eab
3 changed files with 34 additions and 9 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ class MTGGameZone {
virtual MTGCardInstance * draw();
void addCard(MTGCardInstance * card);
void debugPrint();
MTGCardInstance * removeCard(MTGCardInstance * card);
MTGCardInstance * removeCard(MTGCardInstance * card, int createCopy = 1);
MTGCardInstance * hasCard(MTGCardInstance * card);
void cleanupPhase();
int countByType(const char * value);