[Scummvm-cvs-logs] SF.net SVN: scummvm:[44902] scummvm/trunk/engines/sci/gui/gui.cpp

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Sun Oct 11 11:39:53 CEST 2009


Revision: 44902
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44902&view=rev
Author:   m_kiewitz
Date:     2009-10-11 09:39:53 +0000 (Sun, 11 Oct 2009)

Log Message:
-----------
SCI/newgui: comment change on SciGui::moveCursor()

Modified Paths:
--------------
    scummvm/trunk/engines/sci/gui/gui.cpp

Modified: scummvm/trunk/engines/sci/gui/gui.cpp
===================================================================
--- scummvm/trunk/engines/sci/gui/gui.cpp	2009-10-11 09:34:35 UTC (rev 44901)
+++ scummvm/trunk/engines/sci/gui/gui.cpp	2009-10-11 09:39:53 UTC (rev 44902)
@@ -535,7 +535,7 @@
 }
 
 void SciGui::setCursorPos(Common::Point pos) {
-	// FIXME: try to find out if we need to adjust position somehow, currently just forwarding to moveCursor()
+	// No adjustment of position needed, directly forwarding to SciGui::moveCursor()
 	moveCursor(pos);
 }
 


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