1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-01 13:45:34 +00:00

Fix spell area not displaying in tooltip

This commit is contained in:
scrawl 2014-01-20 13:05:38 +01:00
parent 205e8aa4e9
commit 9cedd3bb2e

View file

@ -211,6 +211,7 @@ namespace MWGui
params.mMagnMin = it->mMagnMin;
params.mMagnMax = it->mMagnMax;
params.mRange = it->mRange;
params.mArea = it->mArea;
params.mIsConstant = (spell->mData.mType == ESM::Spell::ST_Ability);
params.mNoTarget = false;
effects.push_back(params);