mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-19 16:18:45 +00:00
FULLPIPE: Add parenthesis
This commit is contained in:
parent
e184573568
commit
5c6ee7573c
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user