diff options
author | Tarek Soliman | 2019-10-23 11:50:35 -0500 |
---|---|---|
committer | Tarek Soliman | 2019-10-23 11:50:35 -0500 |
commit | 4cc15770e34e6d66fc12d9acb694bc54b8a64402 (patch) | |
tree | 684d45469cc75b458bb7a1a183478a4211f98ff4 /engines | |
parent | 3993ea0251a9dc2b896eef2ba4f28ef6061553ca (diff) | |
download | scummvm-rg350-4cc15770e34e6d66fc12d9acb694bc54b8a64402.tar.gz scummvm-rg350-4cc15770e34e6d66fc12d9acb694bc54b8a64402.tar.bz2 scummvm-rg350-4cc15770e34e6d66fc12d9acb694bc54b8a64402.zip |
WAGE: Mark all detection entries as ADGF_UNSTABLE
Diffstat (limited to 'engines')
-rw-r--r-- | engines/wage/detection_tables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wage/detection_tables.h b/engines/wage/detection_tables.h index d163e382ca..6189758f31 100644 --- a/engines/wage/detection_tables.h +++ b/engines/wage/detection_tables.h @@ -22,7 +22,7 @@ namespace Wage { -#define ADGF_DEFAULT (ADGF_DROPLANGUAGE|ADGF_DROPPLATFORM|ADGF_MACRESFORK) +#define ADGF_DEFAULT (ADGF_DROPLANGUAGE|ADGF_DROPPLATFORM|ADGF_MACRESFORK|ADGF_UNSTABLE) #define ADGF_GENERIC (ADGF_DEFAULT|ADGF_USEEXTRAASTITLE|ADGF_AUTOGENTARGET) #define ADGF_DEMO (ADGF_GENERIC|ADGF_DEMO) |