cleanup: Remove "computeXX" functions and XX variables, these were always returning X/2 in all cases.
Test suite passes
This commit is contained in:
@@ -102,7 +102,6 @@ int MTGCardInstance::init()
|
||||
CardPrimitive::init();
|
||||
data = this;
|
||||
X = 0;
|
||||
XX = 0;
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user