mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 18:49:58 +00:00
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)
|
||||
return 0.f;
|
||||
|
||||
int magnitude = (effect.mMagnMin + effect.mMagnMax) / 2;
|
||||
|
||||
rating *= (diff) / 5.f;
|
||||
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue