[Scummvm-git-logs] scummvm master -> 2c46572cc82dc5aaaf15485c3925e1a84fc7d6bd
aquadran
noreply at scummvm.org
Sat Sep 20 14:19:04 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:
2c46572cc8 WINTERMUTE: Mark "On the Tracks of Dinosaurs" as supported
Commit: 2c46572cc82dc5aaaf15485c3925e1a84fc7d6bd
https://github.com/scummvm/scummvm/commit/2c46572cc82dc5aaaf15485c3925e1a84fc7d6bd
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2025-09-20T16:18:59+02:00
Commit Message:
WINTERMUTE: Mark "On the Tracks of Dinosaurs" as supported
Changed paths:
engines/wintermute/detection_tables.h
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 769f5d32a5f..d8742498a87 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -2017,17 +2017,17 @@ static const WMEGameDescription gameDescriptions[] = {
// On the Tracks of Dinosaurs (Beta 2.5) (English)
WME_WINENTRY("reptilesquest", "Beta 2.5",
WME_ENTRY2s("data.dcp", "b624d3b19e37c094801a28d817bc3d76", 27345755,
- "english.dcp", "42188d46ee079b555d578ea2b406fa19", 3897), Common::EN_ANY, ADGF_UNSTABLE | ADGF_DEMO | GF_3D, WME_1_9_1),
+ "english.dcp", "42188d46ee079b555d578ea2b406fa19", 3897), Common::EN_ANY, ADGF_DEMO | GF_3D, WME_1_9_1),
// On the Tracks of Dinosaurs (Beta 2.5) (Italian)
WME_WINENTRY("reptilesquest", "Beta 2.5",
WME_ENTRY2s("data.dcp", "b624d3b19e37c094801a28d817bc3d76", 27345755,
- "italian.dcp", "361f41b1151119f66de851f07b78b7cc", 4132), Common::IT_ITA, ADGF_UNSTABLE | ADGF_DEMO | GF_3D, WME_1_9_1),
+ "italian.dcp", "361f41b1151119f66de851f07b78b7cc", 4132), Common::IT_ITA, ADGF_DEMO | GF_3D, WME_1_9_1),
// On the Tracks of Dinosaurs (Beta 2.5) (Russian)
WME_WINENTRY("reptilesquest", "Beta 2.5",
WME_ENTRY2s("data.dcp", "b624d3b19e37c094801a28d817bc3d76", 27345755,
- "russian.dcp", "90d2bf541ba381bbb3375aa7d31613fb", 42175), Common::RU_RUS, ADGF_UNSTABLE | ADGF_DEMO | GF_3D, WME_1_9_1),
+ "russian.dcp", "90d2bf541ba381bbb3375aa7d31613fb", 42175), Common::RU_RUS, ADGF_DEMO | GF_3D, WME_1_9_1),
// Reversion: The Escape Version 1.0
WME_WINENTRY("reversion1", "Version 1.0",
More information about the Scummvm-git-logs
mailing list