[Scummvm-git-logs] scummvm master -> 40ba958838fd3f90c173210e9d93c48599de1562
dreammaster
noreply at scummvm.org
Sat Dec 11 03:52:38 UTC 2021
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:
40ba958838 SHERLOCK: Remove music.lib from detection entries
Commit: 40ba958838fd3f90c173210e9d93c48599de1562
https://github.com/scummvm/scummvm/commit/40ba958838fd3f90c173210e9d93c48599de1562
Author: eientei (log.butt at gmail.com)
Date: 2021-12-10T19:52:33-08:00
Commit Message:
SHERLOCK: Remove music.lib from detection entries
Changed paths:
engines/sherlock/detection_tables.h
diff --git a/engines/sherlock/detection_tables.h b/engines/sherlock/detection_tables.h
index eb28ad4f93..e115a019cd 100644
--- a/engines/sherlock/detection_tables.h
+++ b/engines/sherlock/detection_tables.h
@@ -68,8 +68,7 @@ static const SherlockGameDescription gameDescriptions[] = {
{
"scalpel",
0,
- AD_ENTRY2s("talk.lib", "40a5f9f37c0e0d2ad48d8f44d8e393c9", 284278,
- "music.lib", "68ae2f7684ecf903bd60a00bb6bae195", 366465),
+ AD_ENTRY1s("talk.lib", "40a5f9f37c0e0d2ad48d8f44d8e393c9", 284278),
Common::DE_DEU,
Common::kPlatformDOS,
ADGF_NO_FLAGS,
@@ -85,8 +84,7 @@ static const SherlockGameDescription gameDescriptions[] = {
{
"scalpel",
0,
- AD_ENTRY2s("talk.lib", "44652e54172e13b1b075b1ef7d89de24", 284043,
- "music.lib", "68ae2f7684ecf903bd60a00bb6bae195", 366465),
+ AD_ENTRY1s("talk.lib", "44652e54172e13b1b075b1ef7d89de24", 284043),
Common::DE_DEU,
Common::kPlatformDOS,
ADGF_NO_FLAGS,
@@ -97,13 +95,12 @@ static const SherlockGameDescription gameDescriptions[] = {
},
{
- // Case of the Serrated Scalpel - German
+ // Case of the Serrated Scalpel - German Floppy
// Provided by max565
{
"scalpel",
0,
- AD_ENTRY2s("talk.lib", "3d813fd8505b391a1f8b3a16b1aa7f2e", 284195,
- "music.lib", "68ae2f7684ecf903bd60a00bb6bae195", 366465),
+ AD_ENTRY1s("talk.lib", "3d813fd8505b391a1f8b3a16b1aa7f2e", 284195),
Common::DE_DEU,
Common::kPlatformDOS,
ADGF_NO_FLAGS,
@@ -119,8 +116,7 @@ static const SherlockGameDescription gameDescriptions[] = {
{
"scalpel",
0,
- AD_ENTRY2s("talk.lib", "27697804b637a7f3b77234bf16f15dce", 171419,
- "music.lib", "68ae2f7684ecf903bd60a00bb6bae195", 366465),
+ AD_ENTRY1s("talk.lib", "27697804b637a7f3b77234bf16f15dce", 171419),
Common::ES_ESP,
Common::kPlatformDOS,
ADGF_NO_FLAGS,
@@ -151,8 +147,7 @@ static const SherlockGameDescription gameDescriptions[] = {
{
"scalpel",
0,
- AD_ENTRY2s("talk.lib", "1a547f96476a3a50cf6f0d599a4f5bcc", 247406,
- "music.lib", "68ae2f7684ecf903bd60a00bb6bae195", 366465),
+ AD_ENTRY1s("talk.lib", "1a547f96476a3a50cf6f0d599a4f5bcc", 247406),
Common::IT_ITA,
Common::kPlatformDOS,
ADGF_UNSTABLE,
@@ -196,7 +191,7 @@ static const SherlockGameDescription gameDescriptions[] = {
// Provided by Strangerke
{
"scalpel",
- "Non Interactive Demo",
+ "Non-Interactive Demo",
AD_ENTRY1s("music.lib", "ec19a09b7fef6fd90b1ab812ce6e9739", 38563),
Common::EN_ANY,
Common::kPlatformDOS,
More information about the Scummvm-git-logs
mailing list