1
0

Added a brace

====
{       }
{  __  }
{  | |  }
====

REMOVE ALL THE BRACES!!
This commit is contained in:
Tiger Wang 2014-02-18 11:44:09 +00:00
parent 464ec47eb7
commit d5ee899d0e

View File

@ -48,7 +48,9 @@ void cItemFrame::OnRightClicked(cPlayer & a_Player)
// Item not empty, rotate, clipping values to zero to three inclusive // Item not empty, rotate, clipping values to zero to three inclusive
m_Rotation++; m_Rotation++;
if (m_Rotation >= 4) if (m_Rotation >= 4)
{
m_Rotation = 0; m_Rotation = 0;
}
} }
else if (!a_Player.GetEquippedItem().IsEmpty()) else if (!a_Player.GetEquippedItem().IsEmpty())
{ {