1
0

More trailing whitespace fixes.

This commit is contained in:
madmaxoft
2014-07-17 22:59:02 +02:00
parent 488ecb6912
commit d0cc9aedb3
13 changed files with 25 additions and 25 deletions

View File

@@ -145,7 +145,7 @@ void cWindow::GetSlots(cPlayer & a_Player, cItems & a_Slots) const
{
int NumSlots = (*itr)->GetNumSlots();
for (int i = 0; i < NumSlots; i++)
{
{
const cItem * Item = (*itr)->GetSlot(i, a_Player);
if (Item == NULL)
{