[Scummvm-git-logs] scummvm master -> 089b75f65b185647fc92f3b0aec7f35c3342a2c8
aquadran
noreply at scummvm.org
Mon Jul 11 18:07:24 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:
089b75f65b WINTERMUTE: Added 'Colapso: Episode 1'
Commit: 089b75f65b185647fc92f3b0aec7f35c3342a2c8
https://github.com/scummvm/scummvm/commit/089b75f65b185647fc92f3b0aec7f35c3342a2c8
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2022-07-11T20:07:18+02:00
Commit Message:
WINTERMUTE: Added 'Colapso: Episode 1'
Changed paths:
engines/wintermute/detection_tables.h
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index b046491dd20..c16450a6c79 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -59,6 +59,7 @@ static const PlainGameDescriptor wintermuteGames[] = {
{"carolreed16", "Carol Reed 16 - Quarantine Diary"},
{"chaos", "Chaos"},
{"chivalry", "Chivalry is Not Dead"},
+ {"colapso1", "Colapso: Episode 1"},
{"colorsoncanvas", "Colors on Canvas"},
{"conspiracao", "Conspiracao Dumont"},
{"corrosion", "Corrosion: Cold Winter Waiting"},
@@ -776,6 +777,10 @@ static const WMEGameDescription gameDescriptions[] = {
WME_WINENTRY("chivalry", "",
WME_ENTRY1s("data.dcp", "ae6d91b9517f4d2851a8ad94c96951c8", 7278302), Common::EN_ANY, ADGF_NO_FLAGS, WME_1_8_0),
+ // Colapso: Episode 1 (multi-language)
+ WME_WINENTRY("colapso1", "",
+ WME_ENTRY1s("data.dcp", "9ad2d643e882ec98a4c37f52555d69f1", 38865249), Common::UNK_LANG, ADGF_UNSTABLE | ADGF_DEMO, WME_1_9_3),
+
// Colors on Canvas (Demo)
WME_WINENTRY("colorsoncanvas", "Demo",
WME_ENTRY1s("data.dcp", "95d98104c0a9470a29da4d833ea19b98", 20824332), Common::EN_ANY, ADGF_UNSTABLE | ADGF_DEMO, WME_1_9_1),
More information about the Scummvm-git-logs
mailing list