[Scummvm-cvs-logs] scummvm master -> 6355ccc677d5b7f167d5ea9a03f1cf08248e91e9
digitall
digitall at scummvm.org
Sun Jul 10 04:54:27 CEST 2011
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:
6355ccc677 SCI: Added Missing Detection Entry for "Slater And Charlie Go Camping"
Commit: 6355ccc677d5b7f167d5ea9a03f1cf08248e91e9
https://github.com/scummvm/scummvm/commit/6355ccc677d5b7f167d5ea9a03f1cf08248e91e9
Author: D G Turner (digitall at scummvm.org)
Date: 2011-07-09T19:51:06-07:00
Commit Message:
SCI: Added Missing Detection Entry for "Slater And Charlie Go Camping"
This should fix bug #3359182 ("Game not found by 1.3.0")
Changed paths:
engines/sci/detection_tables.h
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 6641f24..3b18a1f 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -3150,6 +3150,15 @@ static const struct ADGameDescription SciGameDescriptions[] = {
AD_LISTEND},
Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH },
+
+ // Slater & Charlie Go Camping - English DOS/Windows (Sierra Originals)
+ {"slater", "", {
+ {"resource.000", 0, "d7b4cc8e2c0b3a4768f8dfb5de27f206", 2256126},
+ {"resource.map", 0, "21f85414124dc23e54544a5536dc35cd", 4044},
+ {"resource.msg", 0, "c44f51fb955eae266fecf360ebcd5ad2", 1132},
+ AD_LISTEND},
+ Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH },
+
// Space Quest 1 VGA Remake - English Amiga (from www.back2roots.org)
// SCI interpreter version 1.000.510 (just a guess)
{"sq1sci", "SCI", {
More information about the Scummvm-git-logs
mailing list