diff options
author | Filippos Karapetis | 2013-10-02 12:25:10 +0300 |
---|---|---|
committer | Filippos Karapetis | 2013-10-02 12:25:10 +0300 |
commit | 59e6341e354a39894f2dbc156ef5ab49d2dfcd9f (patch) | |
tree | 65729b6c7bdc615126080f8e214b2ffbac9f7409 | |
parent | 61570c4fac59367716b7faf036496eb6d25956db (diff) | |
download | scummvm-rg350-59e6341e354a39894f2dbc156ef5ab49d2dfcd9f.tar.gz scummvm-rg350-59e6341e354a39894f2dbc156ef5ab49d2dfcd9f.tar.bz2 scummvm-rg350-59e6341e354a39894f2dbc156ef5ab49d2dfcd9f.zip |
SCI: Make a note about pic 390 in the blacklisted SQ4CD NRS patch 1.2
-rw-r--r-- | engines/sci/graphics/picture.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/graphics/picture.cpp b/engines/sci/graphics/picture.cpp index 91c72456a8..8ad4f535f9 100644 --- a/engines/sci/graphics/picture.cpp +++ b/engines/sci/graphics/picture.cpp @@ -658,6 +658,7 @@ void GfxPicture::drawVectorData(byte *data, int dataSize) { case 35: case 381: case 376: + //case 390: // in the blacklisted NRS patch 1.2 (bug #3615060) return; default: break; |