[Scummvm-git-logs] scummvm master -> 9323b1c7dddd5f260068ad7510a16b5ae7f64fde

lotharsm noreply at scummvm.org
Sat Dec 6 15:18:09 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:
9323b1c7dd WAGE: Drop ADGF_TESTING flag


Commit: 9323b1c7dddd5f260068ad7510a16b5ae7f64fde
    https://github.com/scummvm/scummvm/commit/9323b1c7dddd5f260068ad7510a16b5ae7f64fde
Author: Lothar Serra Mari (mail at serra.me)
Date: 2025-12-06T16:17:58+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