[Scummvm-git-logs] scummvm master -> e0024465b02404e35cb17c8c0dbe80fd640d0ba3

aquadran noreply at scummvm.org
Mon Jul 11 22:44:32 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:
e0024465b0 WINTERMUTE: Added 'The Driller Incident' Czech version


Commit: e0024465b02404e35cb17c8c0dbe80fd640d0ba3
    https://github.com/scummvm/scummvm/commit/e0024465b02404e35cb17c8c0dbe80fd640d0ba3
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2022-07-12T00:44:27+02:00

Commit Message:
WINTERMUTE: Added 'The Driller Incident' Czech version

Changed paths:
    engines/wintermute/detection_tables.h


diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 5fc93623a7e..6790731daa3 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -918,6 +918,10 @@ static const WMEGameDescription gameDescriptions[] = {
 	WME_WINENTRY("driller", "",
 		WME_ENTRY1s("data.dcp", "9cead7a85244263e0a5ff8f69dd7a1fc", 13671792), Common::EN_ANY, ADGF_UNSTABLE, WME_1_9_1),
 
+	// The Driller Incident (Czech)
+	WME_WINENTRY("driller", "",
+		WME_ENTRY1s("data.dcp", "1adcb6aac675539292a2e8fbe6cf7c76", 13671805), Common::CS_CZE, ADGF_UNSTABLE, WME_1_9_1),
+
 	// The Driller Incident (Russian)
 	WME_WINENTRY("driller", "",
 		WME_ENTRY1s("data.dcp", "5bec2442339dd1ecf221873fff704617", 13671830), Common::RU_RUS, ADGF_UNSTABLE, WME_1_9_1),




More information about the Scummvm-git-logs mailing list