Merge branch 'valgrind' of https://github.com/ZobyTwo/wagic into ZobyTwo-valgrind

This commit is contained in:
xawotihs
2013-11-29 19:41:46 +01:00
11 changed files with 23 additions and 7 deletions

View File

@@ -84,6 +84,9 @@ int CardPrimitive::init()
alias = 0;
restrictions = NULL;
dredgeAmount = 0;
power = 0;
toughness = 0;
return 1;
}