From 59e6341e354a39894f2dbc156ef5ab49d2dfcd9f Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Wed, 2 Oct 2013 12:25:10 +0300 Subject: SCI: Make a note about pic 390 in the blacklisted SQ4CD NRS patch 1.2 --- engines/sci/graphics/picture.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/sci/graphics') 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; -- cgit v1.2.3