Remove unnecessary parentheses [ci skip]

This commit is contained in:
Gymnasiast 2019-08-27 23:07:46 +02:00
parent 0152d9f880
commit d6b6edcc06
No known key found for this signature in database
GPG Key ID: DBFFF47AB2CA3EDD
1 changed files with 1 additions and 1 deletions

View File

@ -643,7 +643,7 @@ private:
}
continue;
}
if ((tileElement->GetOccupiedQuadrants()) == 0)
if (tileElement->GetOccupiedQuadrants() == 0)
continue;
switch (elementType)