[Scummvm-cvs-logs] SF.net SVN: scummvm:[35614] scummvm/trunk/engines/groovie/detection.cpp

sev at users.sourceforge.net sev at users.sourceforge.net
Mon Dec 29 17:58:48 CET 2008


Revision: 35614
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35614&view=rev
Author:   sev
Date:     2008-12-29 16:58:48 +0000 (Mon, 29 Dec 2008)

Log Message:
-----------
Add detection for Russian The 7th Guest.

Modified Paths:
--------------
    scummvm/trunk/engines/groovie/detection.cpp

Modified: scummvm/trunk/engines/groovie/detection.cpp
===================================================================
--- scummvm/trunk/engines/groovie/detection.cpp	2008-12-29 16:22:52 UTC (rev 35613)
+++ scummvm/trunk/engines/groovie/detection.cpp	2008-12-29 16:58:48 UTC (rev 35614)
@@ -73,6 +73,20 @@
 		kGroovieT7G, 0
 	},
 
+	// The 7th Guest DOS Russian (Akella)
+	{ 
+		{
+			"t7g", "",
+			{
+				{ "script.grv", 0, "d1b8033b40aa67c076039881eccce90d", 16659},
+				{ "intro.gjd", 0, NULL, 31711554},
+				{ NULL, 0, NULL, 0}
+			},
+			Common::RU_RUS, Common::kPlatformPC, Common::ADGF_NO_FLAGS
+		},
+		kGroovieT7G, 0
+	},
+
 #ifdef GROOVIE_EXPERIMENTAL
 	// The 11th Hour DOS English
 	{ 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list