[Scummvm-cvs-logs] scummvm master -> c8e6b013d62af350356c05a53a95c6ac510c2e52

sev- sev at scummvm.org
Mon Mar 28 12:22:47 CEST 2016


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:
c8e6b013d6 COMPOSER: Fix detection entry


Commit: c8e6b013d62af350356c05a53a95c6ac510c2e52
    https://github.com/scummvm/scummvm/commit/c8e6b013d62af350356c05a53a95c6ac510c2e52
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-03-28T12:22:30+02:00

Commit Message:
COMPOSER: Fix detection entry

Changed paths:
    engines/composer/detection.cpp



diff --git a/engines/composer/detection.cpp b/engines/composer/detection.cpp
index 3cf160d..8badeaa 100644
--- a/engines/composer/detection.cpp
+++ b/engines/composer/detection.cpp
@@ -257,7 +257,7 @@ static const ComposerGameDescription gameDescriptions[] = {
 		{
 			"darby",
 			0,
-			AD_ENTRY1("page99.rsc.ini", "183463d18c050563dcdec2d9f9670515"),
+			AD_ENTRY1("page99.rsc", "183463d18c050563dcdec2d9f9670515"),
 			Common::HE_ISR,
 			Common::kPlatformWindows,
 			ADGF_NO_FLAGS,






More information about the Scummvm-git-logs mailing list