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
+1 -1
View File
@@ -2720,7 +2720,7 @@ public:
{
tc = _tc;
tc->targetter = NULL;
includeSelf = NULL;
includeSelf = 0;
aType = MTGAbility::STANDARD_TEACH;
}