[Scummvm-git-logs] scummvm branch-2-5 -> e5e2fafd327453dee4c14bac6109c78a9a9192bc
dreammaster
noreply at scummvm.org
Thu Dec 16 04:39:47 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:
e5e2fafd32 SHERLOCK: Add earlier version of Italian fan translation
Commit: e5e2fafd327453dee4c14bac6109c78a9a9192bc
https://github.com/scummvm/scummvm/commit/e5e2fafd327453dee4c14bac6109c78a9a9192bc
Author: eientei (log.butt at gmail.com)
Date: 2021-12-15T20:39:27-08:00
Commit Message:
SHERLOCK: Add earlier version of Italian fan translation
Changed paths:
engines/sherlock/detection_tables.h
diff --git a/engines/sherlock/detection_tables.h b/engines/sherlock/detection_tables.h
index eb28ad4f93..16090ce415 100644
--- a/engines/sherlock/detection_tables.h
+++ b/engines/sherlock/detection_tables.h
@@ -147,7 +147,22 @@ static const SherlockGameDescription gameDescriptions[] = {
},
{
- // Case of the Serrated Scalpel - Italian fan translation
+ // Case of the Serrated Scalpel - Italian fan translation (v1.0a)
+ {
+ "scalpel",
+ 0,
+ AD_ENTRY1s("talk.lib", "1a15e358c0ac7bd81c0b86276f2cd1a2", 247606),
+ Common::IT_ITA,
+ Common::kPlatformDOS,
+ ADGF_UNSTABLE,
+ GUIO6(GUIO_NOSPEECH, GAMEOPTION_ORIGINAL_SAVES, GAMEOPTION_FADE_STYLE, GAMEOPTION_HELP_STYLE,
+ GAMEOPTION_PORTRAITS_ON, GAMEOPTION_WINDOW_STYLE)
+ },
+ GType_SerratedScalpel,
+ },
+
+ {
+ // Case of the Serrated Scalpel - Italian fan translation (v2.0)
{
"scalpel",
0,
More information about the Scummvm-git-logs
mailing list