[Scummvm-cvs-logs] SF.net SVN: scummvm:[38252] scummvm/trunk/engines/sci/gfx/operations.cpp

wjpalenstijn at users.sourceforge.net wjpalenstijn at users.sourceforge.net
Sun Feb 15 16:09:45 CET 2009


Revision: 38252
          http://scummvm.svn.sourceforge.net/scummvm/?rev=38252&view=rev
Author:   wjpalenstijn
Date:     2009-02-15 15:09:45 +0000 (Sun, 15 Feb 2009)

Log Message:
-----------
initialize variables

Modified Paths:
--------------
    scummvm/trunk/engines/sci/gfx/operations.cpp

Modified: scummvm/trunk/engines/sci/gfx/operations.cpp
===================================================================
--- scummvm/trunk/engines/sci/gfx/operations.cpp	2009-02-15 15:06:14 UTC (rev 38251)
+++ scummvm/trunk/engines/sci/gfx/operations.cpp	2009-02-15 15:09:45 UTC (rev 38252)
@@ -648,6 +648,8 @@
 
 	state->dirty_rects = NULL;
 
+	state->old_pointer_draw_pos.x = -1;
+	state->old_pointer_draw_pos.y = -1;
 
 	return GFX_OK;
 }


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