From b8df4b7c5a3b0e4e9702fdf3eebe438cedc8ab7d Mon Sep 17 00:00:00 2001 From: declan-millar Date: Mon, 21 May 2018 22:14:23 +0100 Subject: [PATCH] Tidy in-code comment --- apps/openmw/mwclass/misc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/openmw/mwclass/misc.cpp b/apps/openmw/mwclass/misc.cpp index 4188cf2222..62b15bc86b 100644 --- a/apps/openmw/mwclass/misc.cpp +++ b/apps/openmw/mwclass/misc.cpp @@ -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