[Scummvm-cvs-logs] CVS: scummvm/scumm cursor.cpp,2.7,2.8

Max Horn fingolfin at users.sourceforge.net
Sun Jun 27 06:33:09 CEST 2004


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27893

Modified Files:
	cursor.cpp 
Log Message:
Small TODO comment

Index: cursor.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/cursor.cpp,v
retrieving revision 2.7
retrieving revision 2.8
diff -u -d -r2.7 -r2.8
--- cursor.cpp	25 Jun 2004 11:49:07 -0000	2.7
+++ cursor.cpp	27 Jun 2004 13:32:50 -0000	2.8
@@ -236,6 +236,8 @@
 		byte *hotspot = _grabbedCursor + _cursor.hotspotY * _cursor.width + _cursor.hotspotX;
 
 		// Crosshair, slightly assymetric
+		// TODO: Instead of setting this up via code, we should simply extend
+		//       default_cursor_images to contain this shape.
 
 		for (i = 0; i < 7; i++) {
 			*(hotspot - 5 - i) = color;





More information about the Scummvm-git-logs mailing list