mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-30 16:45:17 -04:00
Removed unused variable
This commit is contained in:
parent
42f3c73c75
commit
00402b7154
@ -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…
x
Reference in New Issue
Block a user