diff options
author | rootfather | 2016-05-15 15:32:26 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2016-08-03 23:40:36 +0200 |
commit | 1ebb5d2b072e7347dee3308cb1c50f6079bc5847 (patch) | |
tree | d2c3de1ad2239b82350c7c55285d666322d7bdac /engines | |
parent | b621fd7762ee520b29f43160068d003148d7f14c (diff) | |
download | scummvm-rg350-1ebb5d2b072e7347dee3308cb1c50f6079bc5847.tar.gz scummvm-rg350-1ebb5d2b072e7347dee3308cb1c50f6079bc5847.tar.bz2 scummvm-rg350-1ebb5d2b072e7347dee3308cb1c50f6079bc5847.zip |
DIRECTOR: Add ADGF_MACRESFORK to melements target
Diffstat (limited to 'engines')
-rw-r--r-- | engines/director/detection_tables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h index d0c359765a..be8f17c1aa 100644 --- a/engines/director/detection_tables.h +++ b/engines/director/detection_tables.h @@ -227,7 +227,7 @@ static const DirectorGameDescription gameDescriptions[] = { AD_ENTRY1("Meister Zufall", "65063397536553c4f6ff2a6c07194bf7"), Common::DE_DEU, Common::kPlatformMacintosh, - ADGF_NO_FLAGS, + ADGF_MACRESFORK, GUIO1(GUIO_NOASPECT) }, GID_GENERIC, |