[Scummvm-cvs-logs] SF.net SVN: scummvm: [22636] scummvm/trunk/engines/sword1/mouse.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Thu May 25 13:51:05 CEST 2006


Revision: 22636
Author:   eriktorbjorn
Date:     2006-05-25 13:50:32 -0700 (Thu, 25 May 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22636&view=rev

Log Message:
-----------
Setting a "null" cursor like this doesn't do anything in the SDL backend, and
could possibly be undefined in other backends. So it should be safe to remove.

Modified Paths:
--------------
    scummvm/trunk/engines/sword1/mouse.cpp
Modified: scummvm/trunk/engines/sword1/mouse.cpp
===================================================================
--- scummvm/trunk/engines/sword1/mouse.cpp	2006-05-25 20:29:17 UTC (rev 22635)
+++ scummvm/trunk/engines/sword1/mouse.cpp	2006-05-25 20:50:32 UTC (rev 22636)
@@ -251,7 +251,6 @@
 	createPointer(resId, _currentLuggageId);
 
 	if ((resId == 0) || (!(Logic::_scriptVars[MOUSE_STATUS] & 1) && (!_mouseOverride))) {
-		_system->setMouseCursor(NULL, 0, 0, 0, 0);
 		_system->showMouse(false);
 	} else {
 		animate();


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