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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Thu Dec 11 14:32:50 CET 2008


Revision: 35300
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35300&view=rev
Author:   lordhoto
Date:     2008-12-11 13:32:50 +0000 (Thu, 11 Dec 2008)

Log Message:
-----------
Fix for bug #2412503 "DW1: Subtitle menu not working (Multi-language version)".

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

Modified: scummvm/trunk/engines/tinsel/dialogs.cpp
===================================================================
--- scummvm/trunk/engines/tinsel/dialogs.cpp	2008-12-11 11:24:46 UTC (rev 35299)
+++ scummvm/trunk/engines/tinsel/dialogs.cpp	2008-12-11 13:32:50 UTC (rev 35300)
@@ -29,7 +29,13 @@
  * And there's still a bit of tidying and commenting to do yet.
  */
 
-//#define USE_3FLAGS 1
+// This needs to be enabled to allow the subtitle selection
+// menu to be working in some versions. For example see
+// bug #2412503 "DW1: Subtitle menu not working (Multi-language version)".
+//
+// TODO: Think of removing this define alltogether and remove all checks
+// for it.
+#define USE_3FLAGS 1
 
 #include "tinsel/actors.h"
 #include "tinsel/anim.h"


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