[Scummvm-git-logs] scummvm master -> 3a8e5e6d794e912515cbded987618966d9a1cacb
dreammaster
noreply at scummvm.org
Thu Dec 16 04:31:29 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:
3a8e5e6d79 SHERLOCK: Add earlier version of Italian fan translation
Commit: 3a8e5e6d794e912515cbded987618966d9a1cacb
https://github.com/scummvm/scummvm/commit/3a8e5e6d794e912515cbded987618966d9a1cacb
Author: eientei (log.butt at gmail.com)
Date: 2021-12-15T20:31:25-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 e115a019cd..738fcb5f5a 100644
--- a/engines/sherlock/detection_tables.h
+++ b/engines/sherlock/detection_tables.h
@@ -143,7 +143,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