diff options
author | Eugene Sandulenko | 2016-03-07 18:47:06 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2016-03-07 19:00:37 +0100 |
commit | fea0fc9ff3b6efac4928b95fa9abc7029a089c37 (patch) | |
tree | 705cd6a14e22e7166d6276745429da70c6d8f7cf | |
parent | 60f60f87c3107676c49ea230a8c9c778e3a9e1c0 (diff) | |
download | scummvm-rg350-fea0fc9ff3b6efac4928b95fa9abc7029a089c37.tar.gz scummvm-rg350-fea0fc9ff3b6efac4928b95fa9abc7029a089c37.tar.bz2 scummvm-rg350-fea0fc9ff3b6efac4928b95fa9abc7029a089c37.zip |
WAGE: Use new AD flag for autogenerating targets for fangames
-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 4a26eedd28..f4f787da05 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) -#define ADGF_GENERIC (ADGF_DROPLANGUAGE|ADGF_DROPPLATFORM|ADGF_USEEXTRAASTITLE) +#define ADGF_GENERIC (ADGF_DROPLANGUAGE|ADGF_DROPPLATFORM|ADGF_USEEXTRAASTITLE|ADGF_AUTOGENTARGET) #define FANGAME(n,m,s) { "wage",n,AD_ENTRY1s(n,m,s),Common::EN_ANY,Common::kPlatformMacintosh,ADGF_GENERIC,GUIO0()} #define FANGAMEN(n,f,m,s) { "wage",n,AD_ENTRY1s(f,m,s),Common::EN_ANY,Common::kPlatformMacintosh,ADGF_GENERIC,GUIO0()} |