Initialize speed for magic projectiles

pull/55/head
Allofich 8 years ago committed by scrawl
parent c33d01e5dd
commit 322a0ba8bb

@ -40,6 +40,7 @@ namespace
ESM::EffectList getMagicBoltData(std::vector<std::string>& projectileIDs, std::vector<std::string>& sounds, float& speed, const ESM::EffectList& effects)
{
int count = 0;
speed = 0.0f;
ESM::EffectList projectileEffects;
for (std::vector<ESM::ENAMstruct>::const_iterator iter (effects.mList.begin());
iter!=effects.mList.end(); ++iter)

Loading…
Cancel
Save