diff options
author | Eugene Sandulenko | 2017-04-01 16:28:48 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2017-04-01 16:28:48 +0200 |
commit | 6e2758be11d16100888ed4dc4f31de1fe7a389df (patch) | |
tree | 784fe6e8c47d9fcafd0076e2898487d170f7e8cd /engines/director | |
parent | 1740c490d710ec01d41c0b248eb43b782f383705 (diff) | |
download | scummvm-rg350-6e2758be11d16100888ed4dc4f31de1fe7a389df.tar.gz scummvm-rg350-6e2758be11d16100888ed4dc4f31de1fe7a389df.tar.bz2 scummvm-rg350-6e2758be11d16100888ed4dc4f31de1fe7a389df.zip |
DIRECTOR: Fix Ernie detection
Diffstat (limited to 'engines/director')
-rw-r--r-- | engines/director/detection_tables.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h index 888166d107..06e69c1c48 100644 --- a/engines/director/detection_tables.h +++ b/engines/director/detection_tables.h @@ -532,7 +532,7 @@ static const DirectorGameDescription gameDescriptions[] = { "ernie", "Demo", AD_ENTRY1s("ERNIE.EXE", "1a7acbba10a7246ba58c1d53fc7203f5", 1417371), - Common::EN_ANY, + Common::SE_SWE, Common::kPlatformWindows, ADGF_DEMO, GUIO1(GUIO_NOASPECT) @@ -546,7 +546,7 @@ static const DirectorGameDescription gameDescriptions[] = { "ernie", "", AD_ENTRY1s("Ernie.exe", "1a7acbba10a7246ba58c1d53fc7203f5", 1417481), - Common::EN_ANY, + Common::SE_SWE, Common::kPlatformWindows, ADGF_NO_FLAGS, GUIO1(GUIO_NOASPECT) |