[Scummvm-cvs-logs] SF.net SVN: scummvm:[33926] scummvm/branches/gsoc2008-rtl

cpage88 at users.sourceforge.net cpage88 at users.sourceforge.net
Sat Aug 16 07:40:38 CEST 2008


Revision: 33926
          http://scummvm.svn.sourceforge.net/scummvm/?rev=33926&view=rev
Author:   cpage88
Date:     2008-08-16 05:40:37 +0000 (Sat, 16 Aug 2008)

Log Message:
-----------
After merging trunk, Cine doesn't crash on RTL anymore. Awesome.

Modified Paths:
--------------
    scummvm/branches/gsoc2008-rtl/README
    scummvm/branches/gsoc2008-rtl/engines/cine/detection.cpp

Modified: scummvm/branches/gsoc2008-rtl/README
===================================================================
--- scummvm/branches/gsoc2008-rtl/README	2008-08-16 04:41:26 UTC (rev 33925)
+++ scummvm/branches/gsoc2008-rtl/README	2008-08-16 05:40:37 UTC (rev 33926)
@@ -988,6 +988,7 @@
 
 	AGI
 	AGOS
+	CINE
 	GOB
 	KYRA
 	LURE

Modified: scummvm/branches/gsoc2008-rtl/engines/cine/detection.cpp
===================================================================
--- scummvm/branches/gsoc2008-rtl/engines/cine/detection.cpp	2008-08-16 04:41:26 UTC (rev 33925)
+++ scummvm/branches/gsoc2008-rtl/engines/cine/detection.cpp	2008-08-16 05:40:37 UTC (rev 33926)
@@ -539,6 +539,7 @@
 
 bool CineMetaEngine::hasFeature(MetaEngineFeature f) const {
 	return
+		(f == kSupportsRTL) ||
 		(f == kSupportsListSaves) ||
 		(f == kSupportsDirectLoad);
 }


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