[Scummvm-cvs-logs] SF.net SVN: scummvm:[45031] scummvm/trunk/engines/sci/engine/kgraphics.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Tue Oct 13 19:22:52 CEST 2009


Revision: 45031
          http://scummvm.svn.sourceforge.net/scummvm/?rev=45031&view=rev
Author:   thebluegr
Date:     2009-10-13 17:22:52 +0000 (Tue, 13 Oct 2009)

Log Message:
-----------
Removed some leftover code, fixes KQ5CD

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/kgraphics.cpp

Modified: scummvm/trunk/engines/sci/engine/kgraphics.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kgraphics.cpp	2009-10-13 17:17:40 UTC (rev 45030)
+++ scummvm/trunk/engines/sci/engine/kgraphics.cpp	2009-10-13 17:22:52 UTC (rev 45031)
@@ -517,8 +517,6 @@
 		// Fallthrough
 	case 3:
 		s->_gui->setCursorView(argv[0].toUint16(), argv[1].toUint16(), argv[2].toUint16(), hotspot);
-		if (hotspot)
-			delete hotspot;
 		break;
 	default :
 		warning("kSetCursor: Unhandled case: %d arguments given", argc);


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