Fixed reported parentheses around comparisons.

This commit is contained in:
Mattes D
2014-12-05 12:58:47 +01:00
parent ad13a80d14
commit 44644ae025
14 changed files with 99 additions and 83 deletions
+1 -1
View File
@@ -1167,7 +1167,7 @@ void cSlotAreaAnvil::UpdateResult(cPlayer & a_Player)
{
m_MaximumCost = 39;
}
if (m_MaximumCost >= 40 && !a_Player.IsGameModeCreative())
if ((m_MaximumCost >= 40) && !a_Player.IsGameModeCreative())
{
Input.Empty();
}