diff options
| author | Eugene Sandulenko | 2013-09-11 21:35:07 +0300 | 
|---|---|---|
| committer | Eugene Sandulenko | 2013-09-11 21:35:07 +0300 | 
| commit | 5c6ee7573c0cf05bbbb154d4734e94e478f453e5 (patch) | |
| tree | 30567f1ddc20b22bd0c6841e7d0781534268a485 /engines | |
| parent | e1845735689df7e66d27bd88a746b164fdadf661 (diff) | |
| download | scummvm-rg350-5c6ee7573c0cf05bbbb154d4734e94e478f453e5.tar.gz scummvm-rg350-5c6ee7573c0cf05bbbb154d4734e94e478f453e5.tar.bz2 scummvm-rg350-5c6ee7573c0cf05bbbb154d4734e94e478f453e5.zip  | |
FULLPIPE: Add parenthesis
Diffstat (limited to 'engines')
| -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;  					}  | 
