[Scummvm-cvs-logs] scummvm master -> 5064ae15e552b2b22d9b3ed628d31f237dfe9eeb

somaen einarjohants at gmail.com
Mon Apr 7 16:34:36 CEST 2014


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:
5064ae15e5 WINTERMUTE: Correct mistaken identification of JULIA 1.2 as Steam-version


Commit: 5064ae15e552b2b22d9b3ed628d31f237dfe9eeb
    https://github.com/scummvm/scummvm/commit/5064ae15e552b2b22d9b3ed628d31f237dfe9eeb
Author: Einar Johan Trøan Sømåen (einarjohants at gmail.com)
Date: 2014-04-07T16:33:29+02:00

Commit Message:
WINTERMUTE: Correct mistaken identification of JULIA 1.2 as Steam-version

It is actually the version from Bundle in a Box

Changed paths:
    engines/wintermute/detection_tables.h



diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 490fe7a..6556d3b 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,






More information about the Scummvm-git-logs mailing list