-fix issue 33
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-09-25 14:06:31 +00:00
parent eabb99c675
commit 1534397f2b
4 changed files with 13 additions and 6 deletions
+3
View File
@@ -12,6 +12,9 @@
#include <algorithm>
using namespace std;
MTGCardInstance MTGCardInstance::AnyCard = MTGCardInstance();
MTGCardInstance MTGCardInstance::NoCard = MTGCardInstance();
MTGCardInstance::MTGCardInstance(): MTGCard(), Damageable(0), view(NULL){
LOG("==Creating MTGCardInstance==");
initMTGCI();