[Scummvm-cvs-logs] scummvm master -> b490801e6402e24754954eea1ff88f1d792e8dde

somaen einarjohants at gmail.com
Wed Jun 19 00:43:11 CEST 2013


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:
b490801e64 WINTERMUTE: Set language of James Peris to unknown for now.


Commit: b490801e6402e24754954eea1ff88f1d792e8dde
    https://github.com/scummvm/scummvm/commit/b490801e6402e24754954eea1ff88f1d792e8dde
Author: Einar Johan Trøan Sømåen (einarjohants at gmail.com)
Date: 2013-06-18T15:42:17-07:00

Commit Message:
WINTERMUTE: Set language of James Peris to unknown for now.

The selection is done via registry, so no easy fix is available yet.

Changed paths:
    engines/wintermute/detection_tables.h



diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index a4eca5e..ad4256e 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -297,7 +297,7 @@ static const ADGameDescription gameDescriptions[] = {
 		"jamesperis",
 		"Demo",
 		AD_ENTRY1s("data.dcp", "edb9f9c7a08993c1e28f4e477b5f9830", 116113507),
-		Common::EN_ANY,
+		Common::UNK_LANG, // No solution in place to select language
 		Common::kPlatformWindows,
 		ADGF_UNSTABLE |
 		ADGF_DEMO,






More information about the Scummvm-git-logs mailing list