diff options
-rw-r--r-- | engines/fullpipe/scene.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/scene.cpp b/engines/fullpipe/scene.cpp index 310db18f25..6ac062fb37 100644 --- a/engines/fullpipe/scene.cpp +++ b/engines/fullpipe/scene.cpp @@ -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; } |