stupid case for travis

This commit is contained in:
zethfoxster
2016-07-16 15:59:45 -04:00
parent 69158d55c1
commit 542845667a

View File

@@ -105,7 +105,8 @@ int OrderedAIAction::getEfficiency()
target = a->source;
}
if (AACastCard * CC = dynamic_cast<AACastCard*> (a))
AACastCard * CC = dynamic_cast<AACastCard*> (a);
if (CC)
return 99;
switch (a->aType)