forked from mirror/openmw-tes3mp
Removed unused variable
This commit is contained in:
parent
42f3c73c75
commit
00402b7154
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue