[Scummvm-cvs-logs] SF.net SVN: scummvm: [22242] scummvm/trunk/engines/simon/simon.h

kirben at users.sourceforge.net kirben at users.sourceforge.net
Sun Apr 30 01:51:04 CEST 2006


Revision: 22242
Author:   kirben
Date:     2006-04-30 01:50:19 -0700 (Sun, 30 Apr 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22242&view=rev

Log Message:
-----------
Ooops, update var names for drawMousePart()

Modified Paths:
--------------
    scummvm/trunk/engines/simon/simon.h
Modified: scummvm/trunk/engines/simon/simon.h
===================================================================
--- scummvm/trunk/engines/simon/simon.h	2006-04-30 08:48:31 UTC (rev 22241)
+++ scummvm/trunk/engines/simon/simon.h	2006-04-30 08:50:19 UTC (rev 22242)
@@ -674,7 +674,7 @@
 	void pollMouseXY();
 	void drawMousePointer();
 	void drawMousePointer_FF();
-	void drawMousePart(byte *dst, int pitch, int image, int offs, int &width, int &height);
+	void drawMousePart(byte *dst, int pitch, int image, int offs, int &hotSpotX, int &hotSpotY);
 
 	void defineArrowBoxes(WindowBlock *window);
 	void removeArrows(WindowBlock *window, uint num);


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