From 38a82c4b0bce8530a8e692bb047b3c06c995cf99 Mon Sep 17 00:00:00 2001 From: scrawl Date: Tue, 19 Nov 2013 18:43:21 +0100 Subject: [PATCH] Add a todo comment --- apps/openmw/mwmechanics/activespells.hpp | 3 +++ 1 file changed, 3 insertions(+) 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;