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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Wed Jan 21 00:50:07 CET 2009


Revision: 35969
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35969&view=rev
Author:   thebluegr
Date:     2009-01-20 23:50:07 +0000 (Tue, 20 Jan 2009)

Log Message:
-----------
Mention that kSupportsRTL is problematic in tinsel

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

Modified: scummvm/trunk/engines/tinsel/detection.cpp
===================================================================
--- scummvm/trunk/engines/tinsel/detection.cpp	2009-01-20 23:42:25 UTC (rev 35968)
+++ scummvm/trunk/engines/tinsel/detection.cpp	2009-01-20 23:50:07 UTC (rev 35969)
@@ -469,6 +469,10 @@
 
 bool Tinsel::TinselEngine::hasFeature(EngineFeature f) const {
 	return
+#if 0
+		// FIXME: tinsel does not exit cleanly yet
+		(f == kSupportsRTL) ||
+#endif
 		(f == kSupportsLoadingDuringRuntime);
 }
 


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