1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-07-21 03:44:05 +00:00

Removed unused variable

This commit is contained in:
Andrei Kortunov 2017-06-04 14:09:23 +04:00
parent 42f3c73c75
commit 00402b7154

View file

@ -435,8 +435,6 @@ namespace MWMechanics
if (diff <= 0) if (diff <= 0)
return 0.f; return 0.f;
int magnitude = (effect.mMagnMin + effect.mMagnMax) / 2;
rating *= (diff) / 5.f; rating *= (diff) / 5.f;
break; break;