Skip to content

Commit

Permalink
SCI: Fix incorrect detection of NRS patches in QFG3 (bug #3574541)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluegr committed Apr 27, 2013
1 parent 46ebf37 commit 99e90b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/sci/sci.cpp
Expand Up @@ -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 },
Expand Down

0 comments on commit 99e90b9

Please sign in to comment.