[Scummvm-cvs-logs] scummvm master -> 99e90b98f02fa24f152a49462bf96dc51a107f58

bluegr bluegr at gmail.com
Sat Apr 27 13:41:22 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:
99e90b98f0 SCI: Fix incorrect detection of NRS patches in QFG3 (bug #3574541)


Commit: 99e90b98f02fa24f152a49462bf96dc51a107f58
    https://github.com/scummvm/scummvm/commit/99e90b98f02fa24f152a49462bf96dc51a107f58
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2013-04-27T04:40:08-07:00

Commit Message:
SCI: Fix incorrect detection of NRS patches in QFG3 (bug #3574541)

Changed paths:
    engines/sci/sci.cpp



diff --git a/engines/sci/sci.cpp b/engines/sci/sci.cpp
index caba2c3..14baa40 100644
--- a/engines/sci/sci.cpp
+++ b/engines/sci/sci.cpp
@@ -385,7 +385,7 @@ bool SciEngine::gameHasFanMadePatch() {
 		{ GID_PQ3,        994,   4686,   1291,  0x78 },	// English
 		{ GID_PQ3,        994,   4734,   1283,  0x78 },	// German
 		{ GID_QFG1VGA,    994,   4388,      0,  0x00 },
-		{ GID_QFG3,        33,    260,      0,  0x00 },
+		{ GID_QFG3,       994,   4714,      2,  0x48 },
 		// TODO: Disabled, as it fixes a whole lot of bugs which can't be tested till SCI2.1 support is finished
 		//{ GID_QFG4,       710,  11477,      0,  0x00 },
 		{ GID_SQ1,        994,   4740,      0,  0x00 },






More information about the Scummvm-git-logs mailing list