1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-21 12:53:51 +00:00

Remove an already resolved todo comment

This commit is contained in:
scrawl 2015-07-24 23:28:43 +02:00
parent 4f6e5345cc
commit 3f3c3d0ad3

View file

@ -87,7 +87,6 @@ namespace MWWorld
float mMultiplier; float mMultiplier;
}; };
// TODO: store in savegame
typedef std::map<std::string, std::vector<EffectParams> > TEffectMagnitudes; typedef std::map<std::string, std::vector<EffectParams> > TEffectMagnitudes;
TEffectMagnitudes mPermanentMagicEffectMagnitudes; TEffectMagnitudes mPermanentMagicEffectMagnitudes;