[Scummvm-cvs-logs] SF.net SVN: scummvm: [27725] scummvm/trunk/engines/gob/inter_v1.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Tue Jun 26 10:01:32 CEST 2007


Revision: 27725
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27725&view=rev
Author:   fingolfin
Date:     2007-06-26 01:01:32 -0700 (Tue, 26 Jun 2007)

Log Message:
-----------
Explicitly mention the bug we work around (makes it a lot easier to deal with the workaround code in the future if necessary)

Modified Paths:
--------------
    scummvm/trunk/engines/gob/inter_v1.cpp

Modified: scummvm/trunk/engines/gob/inter_v1.cpp
===================================================================
--- scummvm/trunk/engines/gob/inter_v1.cpp	2007-06-26 07:12:17 UTC (rev 27724)
+++ scummvm/trunk/engines/gob/inter_v1.cpp	2007-06-26 08:01:32 UTC (rev 27725)
@@ -1647,8 +1647,9 @@
 	lastCalled = now;
 	_noBusyWait = false;
 
-	// WORKAROUND: Ween busy-waits in the intro for a counter to become 5000.
-	// We deliberately slow down busy-waiting, so we shorten the counting, too.
+	// WORKAROUND for bug #1726130: Ween busy-waits in the intro for a counter
+	// to become 5000. We deliberately slow down busy-waiting, so we shorten
+	// the counting, too.
 	if (((_vm->_global->_inter_execPtr - _vm->_game->_totFileData) == 729) &&
 	    (VAR(59) < 4000) && !scumm_stricmp(_vm->_game->_curTotFile, "intro5.tot"))
 		WRITE_VAR(59, 4000);


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