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

kirben at users.sourceforge.net kirben at users.sourceforge.net
Sun Apr 9 05:02:03 CEST 2006


Revision: 21723
Author:   kirben
Date:     2006-04-09 05:01:41 -0700 (Sun, 09 Apr 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21723&view=rev

Log Message:
-----------
Fix input regression after using oracle in FF

Modified Paths:
--------------
    scummvm/trunk/engines/simon/icons.cpp
Modified: scummvm/trunk/engines/simon/icons.cpp
===================================================================
--- scummvm/trunk/engines/simon/icons.cpp	2006-04-09 11:34:10 UTC (rev 21722)
+++ scummvm/trunk/engines/simon/icons.cpp	2006-04-09 12:01:41 UTC (rev 21723)
@@ -310,9 +310,9 @@
 
 	if (showArrows != 0 || window->iconPtr->line != 0) {
 		/* Plot arrows and add their boxes */
+		defineArrowBoxes(window);		
 		window->iconPtr->upArrow = _scrollUpHitArea;
 		window->iconPtr->downArrow = _scrollDownHitArea;
-		defineArrowBoxes(window);		
 	}
 }
 
@@ -415,9 +415,9 @@
 	}
 
 	/* Plot arrows and add their boxes */
+	defineArrowBoxes(window);		
 	window->iconPtr->upArrow = _scrollUpHitArea;
 	window->iconPtr->downArrow = _scrollDownHitArea;
-	defineArrowBoxes(window);		
 }
 
 void SimonEngine::defineArrowBoxes(WindowBlock *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