[Scummvm-git-logs] scummvm master -> cd29ebbda198c2e1cacac8d8209dd6fbe735a3a8
tag2015
noreply at scummvm.org
Mon Oct 3 22:43:27 UTC 2022
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:
cd29ebbda1 ICB: Add detection for Spanish Anniversary version
Commit: cd29ebbda198c2e1cacac8d8209dd6fbe735a3a8
https://github.com/scummvm/scummvm/commit/cd29ebbda198c2e1cacac8d8209dd6fbe735a3a8
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2022-10-04T00:41:02+02:00
Commit Message:
ICB: Add detection for Spanish Anniversary version
Changed paths:
engines/icb/detection.cpp
diff --git a/engines/icb/detection.cpp b/engines/icb/detection.cpp
index 28a70ded9b2..af29c1a04dd 100644
--- a/engines/icb/detection.cpp
+++ b/engines/icb/detection.cpp
@@ -62,6 +62,21 @@ static const IcbGameDescription gameDescriptions[] = {
GType_ICB
},
+ {
+ {
+ // In Cold Blood
+ // Spanish (Revolution 25th Anniversary Collection)
+ "icb",
+ "",
+ AD_ENTRY2s("g/speech.clu", "84444660e4fd6104c88bc13b9db74b98", 7432352, "g/g", "3ee009f3319ec3148fb2861043794235", 67356),
+ Common::ES_ESP,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE,
+ GUIO1(GUIO_NONE)
+ },
+ GType_ICB
+ },
+
{
{
// In Cold Blood
More information about the Scummvm-git-logs
mailing list