diff options
author | Einar Johan Trøan Sømåen | 2014-04-07 16:33:29 +0200 |
---|---|---|
committer | Einar Johan Trøan Sømåen | 2014-04-07 16:33:29 +0200 |
commit | 5064ae15e552b2b22d9b3ed628d31f237dfe9eeb (patch) | |
tree | cd54491838241232fdc3aa51a03173629cae2c3e | |
parent | 3c82fa407adf93b7ccae1a6b4b133a110954611b (diff) | |
download | scummvm-rg350-5064ae15e552b2b22d9b3ed628d31f237dfe9eeb.tar.gz scummvm-rg350-5064ae15e552b2b22d9b3ed628d31f237dfe9eeb.tar.bz2 scummvm-rg350-5064ae15e552b2b22d9b3ed628d31f237dfe9eeb.zip |
WINTERMUTE: Correct mistaken identification of JULIA 1.2 as Steam-version
It is actually the version from Bundle in a Box
-rw-r--r-- | engines/wintermute/detection_tables.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h index 490fe7a1f4..6556d3b34a 100644 --- a/engines/wintermute/detection_tables.h +++ b/engines/wintermute/detection_tables.h @@ -568,10 +568,10 @@ static const ADGameDescription gameDescriptions[] = { ADGF_UNSTABLE, GUIO0() }, - // J.U.L.I.A. (English, steam version) + // J.U.L.I.A. (English, Bundle in a box-version) { "julia", - "Steam version", + "Version 1.2", AD_ENTRY1s("data.dcp", "fe90023ccc22f35185b40b910e0d03a2", 10101373), Common::EN_ANY, Common::kPlatformWindows, |