diff --git a/apps/openmw/mwmechanics/activespells.hpp b/apps/openmw/mwmechanics/activespells.hpp index 001402337..b3f499c6b 100644 --- a/apps/openmw/mwmechanics/activespells.hpp +++ b/apps/openmw/mwmechanics/activespells.hpp @@ -36,6 +36,9 @@ namespace MWMechanics std::vector mEffects; MWWorld::TimeStamp mTimeStamp; std::string mDisplayName; + + // TODO: To handle CASTER_LINKED flag (spell is purged when caster dies), + // we should probably store a handle to the caster here. }; typedef std::multimap TContainer;