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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Tue Nov 3 00:48:21 CET 2009


Revision: 45621
          http://scummvm.svn.sourceforge.net/scummvm/?rev=45621&view=rev
Author:   fingolfin
Date:     2009-11-02 23:48:21 +0000 (Mon, 02 Nov 2009)

Log Message:
-----------
TINSEL: Small correction to the previous hotfix for _vm->_config crash

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

Modified: scummvm/trunk/engines/tinsel/dialogs.cpp
===================================================================
--- scummvm/trunk/engines/tinsel/dialogs.cpp	2009-11-02 23:42:30 UTC (rev 45620)
+++ scummvm/trunk/engines/tinsel/dialogs.cpp	2009-11-02 23:48:21 UTC (rev 45621)
@@ -4005,8 +4005,8 @@
 		}
 #if 1
 		// FIXME: Hack to setup CONFBOX pointer to data in the global Config object
-		controlBox[hackOffset].ival = &_vm->_config->_textSpeed;
-		controlBox[hackOffset+1].ival = &_vm->_config->_useSubtitles;
+		ciSubtitles.Box[hackOffset].ival = &_vm->_config->_textSpeed;
+		ciSubtitles.Box[hackOffset+1].ival = &_vm->_config->_useSubtitles;
 #endif
 
 		SetMenuGlobals(&ciSubtitles);


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