[Scummvm-git-logs] scummvm master -> c92826d90da639f6188986e0de25c9a01fa35c56
tag2015
noreply at scummvm.org
Thu Oct 9 15:41:13 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
c92826d90d WINTERMUTE: Add alternate Tanya Grotter 2 version
Commit: c92826d90da639f6188986e0de25c9a01fa35c56
https://github.com/scummvm/scummvm/commit/c92826d90da639f6188986e0de25c9a01fa35c56
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2025-10-09T16:58:59+02:00
Commit Message:
WINTERMUTE: Add alternate Tanya Grotter 2 version
Fix #16239
Changed paths:
engines/wintermute/detection_tables.h
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 16d8e600887..0e8ffe279e9 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -5548,6 +5548,11 @@ static const WMEGameDescription gameDescriptions[] = {
WME_WINENTRY("tanya2", "",
WME_ENTRY1s("data.dcp", "9c15f14990f630177e063da885d03e6d", 936959767), Common::RU_RUS, ADGF_UNSTABLE, WME_1_8_3),
+ // Tanya Grotter and the Disappearing Floor
+ // TRAC report #16239
+ WME_WINENTRY("tanya2", "",
+ WME_ENTRY1s("data.dcp", "67013dfc94e4bbdc10d903c8da641575", 937147812), Common::RU_RUS, ADGF_UNSTABLE, WME_1_8_3),
+
// Tanya Grotter and the Disappearing Floor (Spanish fanmade)
// The same translation file is used for both games
WME_WINENTRY("tanya2", "",
More information about the Scummvm-git-logs
mailing list