mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-10 15:45:37 +00:00
Add a todo comment
This commit is contained in:
parent
8b095982e9
commit
38a82c4b0b
@ -36,6 +36,9 @@ namespace MWMechanics
|
|||||||
std::vector<Effect> mEffects;
|
std::vector<Effect> mEffects;
|
||||||
MWWorld::TimeStamp mTimeStamp;
|
MWWorld::TimeStamp mTimeStamp;
|
||||||
std::string mDisplayName;
|
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;
|
typedef std::multimap<std::string, ActiveSpellParams > TContainer;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user