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

kirben at users.sourceforge.net kirben at users.sourceforge.net
Wed Apr 5 18:38:04 CEST 2006


Revision: 21636
Author:   kirben
Date:     2006-04-05 18:37:29 -0700 (Wed, 05 Apr 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21636&view=rev

Log Message:
-----------
Fix inventory hitareas 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-06 00:54:26 UTC (rev 21635)
+++ scummvm/trunk/engines/simon/icons.cpp	2006-04-06 01:37:29 UTC (rev 21636)
@@ -506,8 +506,8 @@
 	ha = findEmptyHitArea();
 
 	if (getGameType() == GType_FF) {
-		ha->x = x + window->x;
-		ha->y = y + window->y;
+		ha->x = x;
+		ha->y = y;
 		ha->item_ptr = item_ptr;
 		ha->width = 45;
 		ha->height = 44;


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