[Scummvm-cvs-logs] CVS: scummvm/common system.h,1.99,1.100
Max Horn
fingolfin at users.sourceforge.net
Mon May 9 05:28:05 CEST 2005
Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24752/common
Modified Files:
system.h
Log Message:
Fix doxygen comment
Index: system.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/system.h,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- system.h 8 May 2005 21:39:02 -0000 1.99
+++ system.h 9 May 2005 12:22:57 -0000 1.100
@@ -355,7 +355,7 @@
* (transparency) value. Then the second color starts, and so on. So memory
* looks like this: R1-G1-B1-A1-R2-G2-B2-A2-R3-...
*
- * @param colors the new colors, in interleaved RGB format
+ * @param colors the new palette data, in interleaved RGB format
* @param start the first palette entry to be updated
* @param num the number of palette entries to be updated
*
@@ -370,9 +370,9 @@
* Grabs a specified part of the currently active palette.
* The format is the same as for setPalette.
*
- * @param buf the buffer
- * @param start the first platte entry
- * @param num nummber of the entries
+ * @param colors the palette data, in interleaved RGB format
+ * @param start the first platte entry to be read
+ * @param num the number of palette entries to be read
*/
virtual void grabPalette(byte *colors, uint start, uint num) = 0;
More information about the Scummvm-git-logs
mailing list