- missing "removedFromGame" initialization fixed (see celestial_purge test)
This commit is contained in:
wagic.the.homebrew
2009-02-07 02:43:42 +00:00
parent 6ea40147a3
commit 391bdaf0d8
3 changed files with 21 additions and 0 deletions
+2
View File
@@ -59,6 +59,8 @@ void MTGPlayerCards::init(){
hand = NEW MTGHand();
inPlay = NEW MTGInPlay();
stack = NEW MTGStack();
stack = NEW MTGStack();
removedFromGame = NEW MTGRemovedFromGame();
}