Fix a number of NULL/0 errors.

This commit is contained in:
jean.chalard
2011-04-10 15:31:38 +00:00
parent 630c7eb1ee
commit 57c9c8a3b1
6 changed files with 13 additions and 15 deletions
+2 -2
View File
@@ -128,7 +128,7 @@ void MTGCardInstance::initMTGCI()
isRedAndWhite = 0;
isLeveler = 0;
enchanted = false;
CDenchanted = NULL;
CDenchanted = 0;
CDdamaged = 0;
blinked = false;
isExtraCostTarget = false;
@@ -140,7 +140,7 @@ void MTGCardInstance::initMTGCI()
didattacked = 0;
didblocked = 0;
notblocked = 0;
sunburst = NULL;
sunburst = 0;
equipment = 0;
auras = 0;
damageToOpponent = false;