[Scummvm-cvs-logs] SF.net SVN: scummvm: [22048] scummvm/trunk/engines/simon/verb.cpp

kirben at users.sourceforge.net kirben at users.sourceforge.net
Wed Apr 19 19:43:01 CEST 2006


Revision: 22048
Author:   kirben
Date:     2006-04-19 19:42:54 -0700 (Wed, 19 Apr 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22048&view=rev

Log Message:
-----------
Fix freeze that can occur when scrolling inventory in oracle of FF

Modified Paths:
--------------
    scummvm/trunk/engines/simon/verb.cpp
Modified: scummvm/trunk/engines/simon/verb.cpp
===================================================================
--- scummvm/trunk/engines/simon/verb.cpp	2006-04-20 02:23:17 UTC (rev 22047)
+++ scummvm/trunk/engines/simon/verb.cpp	2006-04-20 02:42:54 UTC (rev 22048)
@@ -594,6 +594,7 @@
 			if (_currentBoxNumber != 0x7FFB || !_leftButtonDown)
 				break;
 			checkUp(window);
+			delay(1);
 		}
 		waitForMark(2);
 		checkUp(window);
@@ -620,6 +621,7 @@
 			if (_currentBoxNumber != 0x7FFC || !_leftButtonDown)
 				break;
 			checkDown(window);
+			delay(1);
 		}
 		waitForMark(2);
 		checkDown(window);


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