[Scummvm-git-logs] scummvm branch-3-0 -> 43e017762e76f23341d24a21b4aad183907ff40b
lotharsm
noreply at scummvm.org
Sat Dec 6 15:18:21 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:
43e017762e WAGE: Drop ADGF_TESTING flag
Commit: 43e017762e76f23341d24a21b4aad183907ff40b
https://github.com/scummvm/scummvm/commit/43e017762e76f23341d24a21b4aad183907ff40b
Author: Lothar Serra Mari (mail at serra.me)
Date: 2025-12-06T16:18:12+01:00
Commit Message:
WAGE: Drop ADGF_TESTING flag
Changed paths:
engines/wage/detection_tables.h
diff --git a/engines/wage/detection_tables.h b/engines/wage/detection_tables.h
index fbf5a49f1f5..4dec459297b 100644
--- a/engines/wage/detection_tables.h
+++ b/engines/wage/detection_tables.h
@@ -23,7 +23,7 @@
namespace Wage {
-#define ADGF_DEFAULT (ADGF_DROPLANGUAGE|ADGF_DROPPLATFORM|ADGF_MACRESFORK|ADGF_TESTING)
+#define ADGF_DEFAULT (ADGF_DROPLANGUAGE|ADGF_DROPPLATFORM|ADGF_MACRESFORK)
#define ADGF_GENERIC (ADGF_DEFAULT|ADGF_USEEXTRAASTITLE|ADGF_AUTOGENTARGET)
#define FANGAME(n,m,s) { "wage",n,AD_ENTRY1s(n,m,s),Common::EN_ANY,Common::kPlatformMacintosh,ADGF_GENERIC,GUIO0() }
More information about the Scummvm-git-logs
mailing list