[Scummvm-git-logs] scummvm master -> acace6a0a21a5e2af67e76a7c2a17ade093c7c7f
aquadran
noreply at scummvm.org
Sat Sep 20 21:22:48 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:
acace6a0a2 WINTERMUTE: Mark "Zbang! The Game" as supported
Commit: acace6a0a21a5e2af67e76a7c2a17ade093c7c7f
https://github.com/scummvm/scummvm/commit/acace6a0a21a5e2af67e76a7c2a17ade093c7c7f
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2025-09-20T23:22:43+02:00
Commit Message:
WINTERMUTE: Mark "Zbang! The Game" as supported
Changed paths:
engines/wintermute/detection_tables.h
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index bf75a5342f8..34ca1dd7849 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -5736,7 +5736,7 @@ static const WMEGameDescription gameDescriptions[] = {
// Zbang! The Game (Demo)
WME_WINENTRY("zbang", "0.89",
- WME_ENTRY1s("data.dcp", "db9101f08d12ab95c81042d154bb0ea8", 7210044), Common::EN_ANY, ADGF_UNSTABLE | ADGF_DEMO | GF_3D, WME_1_7_1),
+ WME_ENTRY1s("data.dcp", "db9101f08d12ab95c81042d154bb0ea8", 7210044), Common::EN_ANY, ADGF_DEMO | GF_3D, WME_1_7_1),
{
AD_TABLE_END_MARKER,
LATEST_VERSION
More information about the Scummvm-git-logs
mailing list