-code cleanup
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-01-31 06:56:40 +00:00
parent e3d98f23f9
commit 1f88c30cfd
4 changed files with 1 additions and 8 deletions
-1
View File
@@ -107,7 +107,6 @@ void MTGCardInstance::initMTGCI(){
type_as_damageable = DAMAGEABLE_MTGCARDINSTANCE;
banding = NULL;
owner = NULL;
changedZoneRecently = 0;
counters = NEW Counters(this);
previousZone = NULL;
previous = NULL;
-1
View File
@@ -150,7 +150,6 @@ MTGCardInstance * MTGPlayerCards::putInZone(MTGCardInstance * card, MTGGameZone
MTGCardInstance * ret = copy;
to->addCard(copy);
copy->changedZoneRecently = 1.f;
GameObserver *g = GameObserver::GetInstance();
WEvent * e = NEW WEventZoneChange(copy, from, to);
g->receiveEvent(e);