FULLPIPE: Add parenthesis

This commit is contained in:
Eugene Sandulenko 2013-09-11 21:35:07 +03:00
parent e184573568
commit 5c6ee7573c

View File

@ -596,7 +596,7 @@ void Scene::drawContent(int minPri, int maxPri, bool drawBg) {
v25++;
if (v25 >= _bigPictureArray2Count) {
if (!((PictureObject *)_picObjList[0])->_flags & 0x20) // FIXME: looks like a typo
if (!(((PictureObject *)_picObjList[0])->_flags & 0x20))
break;
v25 = 0;
}