Erwan
- missing "removedFromGame" initialization fixed (see celestial_purge test)
This commit is contained in:
@@ -59,6 +59,8 @@ void MTGPlayerCards::init(){
|
||||
hand = NEW MTGHand();
|
||||
inPlay = NEW MTGInPlay();
|
||||
stack = NEW MTGStack();
|
||||
stack = NEW MTGStack();
|
||||
removedFromGame = NEW MTGRemovedFromGame();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user