Merge pull request #758 from zethfoxster/master

stupid case for travis
This commit is contained in:
zethfoxster
2016-07-16 16:31:56 -04:00
committed by GitHub
+2 -1
View File
@@ -105,7 +105,8 @@ int OrderedAIAction::getEfficiency()
target = a->source; target = a->source;
} }
if (AACastCard * CC = dynamic_cast<AACastCard*> (a)) AACastCard * CC = dynamic_cast<AACastCard*> (a);
if (CC)
return 99; return 99;
switch (a->aType) switch (a->aType)