Merge remote-tracking branch 'origin/master' into c++11
Conflicts: src/OSSupport/Thread.cpp
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user