travis build fix

This commit is contained in:
mrcheko 2016-07-10 17:25:50 +03:00
parent f57858b750
commit 05794505c8
2 changed files with 2 additions and 2 deletions

View file

@ -429,7 +429,7 @@ namespace MWMechanics
const ESM::Spell* spell = MWBase::Environment::get().getWorld()->getStore().get<ESM::Spell>().find(mSpellId);
int types = getRangeTypes(spell->mEffects);
isRanged = (types & RangeTypes::Target);
isRanged = (types & Target);
return suggestCombatRange(types);
}