ERwan
-fix issue 297 - also removed the "untapBlockers" system. The idea was nice but incorrectly implemented, and only 2 cards were using it so far.
This commit is contained in:
@@ -19,7 +19,6 @@ int CardDescriptor::init(){
|
||||
defenser = NULL;
|
||||
banding = NULL;
|
||||
//Remove unnecessary pointers
|
||||
SAFE_DELETE(untapBlockers);
|
||||
SAFE_DELETE(counters);
|
||||
SAFE_DELETE(previous);
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user