[Scummvm-cvs-logs] scummvm master -> c56dc1811ef6432b2b011373491a968e7977f1e1
bluegr
md5 at scummvm.org
Wed Aug 24 23:15:15 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:
c56dc1811e SCI: Added the German CD version of PQ4 (bug report #3392955)
Commit: c56dc1811ef6432b2b011373491a968e7977f1e1
https://github.com/scummvm/scummvm/commit/c56dc1811ef6432b2b011373491a968e7977f1e1
Author: Filippos Karapetis (md5 at scummvm.org)
Date: 2011-08-24T14:10:18-07:00
Commit Message:
SCI: Added the German CD version of PQ4 (bug report #3392955)
Changed paths:
engines/sci/detection_tables.h
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 3b18a1f..a3dd305 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -2649,6 +2649,14 @@ static const struct ADGameDescription SciGameDescriptions[] = {
AD_LISTEND},
Common::EN_ANY, Common::kPlatformPC, ADGF_CD | ADGF_UNSTABLE, GUIO_NONE },
+ // Police Quest 4 - German DOS CD (German text, English speech)
+ // Supplied by markcoolio in bug report #3392955
+ {"pq4", "CD", {
+ {"resource.map", 0, "a398076371ed0e1e706c8f9fb9fc7ac5", 11386},
+ {"resource.000", 0, "6ff21954e0a2c5992279e7eb787c8d56", 18918747},
+ AD_LISTEND},
+ Common::DE_DEU, Common::kPlatformPC, ADGF_CD | ADGF_UNSTABLE, GUIO_NONE },
+
// Police Quest 4 - English DOS
// SCI interpreter version 2.000.000 (a guess?)
{"pq4", "", {
More information about the Scummvm-git-logs
mailing list