[Scummvm-cvs-logs] CVS: scummvm gfx.cpp,1.90,1.91

Max Horn fingolfin at users.sourceforge.net
Sun May 19 05:52:02 CEST 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv7426

Modified Files:
	gfx.cpp 
Log Message:
fixed #557874 Cursor Offset - hotspot of default cursor was off by one

Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gfx.cpp,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- gfx.cpp	14 May 2002 23:32:34 -0000	1.90
+++ gfx.cpp	19 May 2002 12:51:06 -0000	1.91
@@ -2525,7 +2525,7 @@
 	_cursorWidth = 16;
 	_cursorHeight = 16;
 	_cursorHotspotX = 8;
-	_cursorHotspotY = 7;
+	_cursorHotspotY = 8;
 
 	color = default_cursor_colors[idx];
 





More information about the Scummvm-git-logs mailing list