forked from teamnwah/openmw-tes3coop
Add a todo comment
This commit is contained in:
parent
8b095982e9
commit
38a82c4b0b
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,9 @@ namespace MWMechanics
|
|||
std::vector<Effect> 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<std::string, ActiveSpellParams > TContainer;
|
||||
|
|
Loading…
Reference in a new issue