[Scummvm-cvs-logs] scummvm master -> 59e6341e354a39894f2dbc156ef5ab49d2dfcd9f

bluegr bluegr at gmail.com
Wed Oct 2 11:25:44 CEST 2013


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
59e6341e35 SCI: Make a note about pic 390 in the blacklisted SQ4CD NRS patch 1.2


Commit: 59e6341e354a39894f2dbc156ef5ab49d2dfcd9f
    https://github.com/scummvm/scummvm/commit/59e6341e354a39894f2dbc156ef5ab49d2dfcd9f
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2013-10-02T02:25:10-07:00

Commit Message:
SCI: Make a note about pic 390 in the blacklisted SQ4CD NRS patch 1.2

Changed paths:
    engines/sci/graphics/picture.cpp



diff --git a/engines/sci/graphics/picture.cpp b/engines/sci/graphics/picture.cpp
index 91c7245..8ad4f53 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;






More information about the Scummvm-git-logs mailing list