[Scummvm-git-logs] scummvm master -> 6e2758be11d16100888ed4dc4f31de1fe7a389df
sev-
sev at scummvm.org
Sat Apr 1 16:29:09 CEST 2017
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
6e2758be11 DIRECTOR: Fix Ernie detection
Commit: 6e2758be11d16100888ed4dc4f31de1fe7a389df
https://github.com/scummvm/scummvm/commit/6e2758be11d16100888ed4dc4f31de1fe7a389df
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2017-04-01T16:28:48+02:00
Commit Message:
DIRECTOR: Fix Ernie detection
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 888166d..06e69c1 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)
More information about the Scummvm-git-logs
mailing list