1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 18:19:55 +00:00

Tidy in-code comment

This commit is contained in:
declan-millar 2018-05-21 22:14:23 +01:00
parent 844aef85f3
commit b8df4b7c5a

View file

@ -90,7 +90,7 @@ namespace MWClass
int soul = creature->mData.mSoul;
if (Settings::Manager::getBool("rebalance soul gem values", "Game"))
{
// use the 'Soul gem value rebalance' formula from morrowind code patch
// use the 'soul gem value rebalance' formula from the Morrowind Code Patch
float soulValue = 0.0001 * pow(soul, 3) + 2 * soul;
// for Azura's star add the unfilled value