[Scummvm-cvs-logs] SF.net SVN: scummvm:[44884] scummvm/branches/branch-1-0-0/engines/groovie/ detection.cpp
jvprat at users.sourceforge.net
jvprat at users.sourceforge.net
Sat Oct 10 21:38:08 CEST 2009
Revision: 44884
http://scummvm.svn.sourceforge.net/scummvm/?rev=44884&view=rev
Author: jvprat
Date: 2009-10-10 19:38:07 +0000 (Sat, 10 Oct 2009)
Log Message:
-----------
Disable detection for the unsupported Mac version of T7G in the release branch
Modified Paths:
--------------
scummvm/branches/branch-1-0-0/engines/groovie/detection.cpp
Modified: scummvm/branches/branch-1-0-0/engines/groovie/detection.cpp
===================================================================
--- scummvm/branches/branch-1-0-0/engines/groovie/detection.cpp 2009-10-10 18:45:33 UTC (rev 44883)
+++ scummvm/branches/branch-1-0-0/engines/groovie/detection.cpp 2009-10-10 19:38:07 UTC (rev 44884)
@@ -60,6 +60,7 @@
kGroovieT7G, 0
},
+#if 0
// The 7th Guest Mac English
{
{
@@ -69,6 +70,7 @@
},
kGroovieT7G, 0
},
+#endif
// The 7th Guest DOS Russian (Akella)
{
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