[Scummvm-cvs-logs] SF.net SVN: scummvm: [23336] scummvm/trunk/graphics/dxa_player.h

kirben at users.sourceforge.net kirben at users.sourceforge.net
Wed Jun 28 16:28:02 CEST 2006


Revision: 23336
Author:   kirben
Date:     2006-06-28 07:27:56 -0700 (Wed, 28 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=23336&view=rev

Log Message:
-----------
Correct docs for copyFrameToBuffer()

Modified Paths:
--------------
    scummvm/trunk/graphics/dxa_player.h
Modified: scummvm/trunk/graphics/dxa_player.h
===================================================================
--- scummvm/trunk/graphics/dxa_player.h	2006-06-28 14:14:21 UTC (rev 23335)
+++ scummvm/trunk/graphics/dxa_player.h	2006-06-28 14:27:56 UTC (rev 23336)
@@ -96,10 +96,10 @@
 	/**
 	 * Copy current frame into the specified position of the destination
 	 * buffer.
-	 * @param dst		the destination buffer
-	 * @param x		the x position of the frame
-	 * @param y		the y position of the frame
-	 * @param pitch		the pitch of desintation buffer
+	 * @param dst		the buffer
+	 * @param x		the x position of the buffer
+	 * @param y		the y position of the buffer
+	 * @param pitch		the pitch of buffer
 	 */
 	void copyFrameToBuffer(byte *dst, uint x, uint y, uint pitch);
 


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