[Scummvm-cvs-logs] scummvm master -> 0348bb46134fda0076fc604d79fffbc0a6dfd00b
sev-
sev at scummvm.org
Wed Mar 30 23:22:44 CEST 2016
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:
0348bb4613 MOHAWK: Added detection for early Russian Riven version. Bug #6471
Commit: 0348bb46134fda0076fc604d79fffbc0a6dfd00b
https://github.com/scummvm/scummvm/commit/0348bb46134fda0076fc604d79fffbc0a6dfd00b
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-03-30T23:22:04+02:00
Commit Message:
MOHAWK: Added detection for early Russian Riven version. Bug #6471
Changed paths:
engines/mohawk/detection_tables.h
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index f065ccc..e3eab89 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -355,6 +355,23 @@ static const MohawkGameDescription gameDescriptions[] = {
},
// Riven: The Sequel to Myst
+ // Version 1.0.0 (5CD) - Russian, Fargus
+ {
+ {
+ "riven",
+ "",
+ AD_ENTRY1s("a_Data.MHK", "2a840ed74fe5dc3a388bced674d379d5", 12024358),
+ Common::RU_RUS,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE,
+ GUIO1(GUIO_NOASPECT)
+ },
+ GType_RIVEN,
+ 0,
+ 0,
+ },
+
+ // Riven: The Sequel to Myst
// Version 1.1 (5CD) - Russian, Fargus
{
{
More information about the Scummvm-git-logs
mailing list