diff options
author | Johannes Schickel | 2007-09-23 23:37:55 +0000 |
---|---|---|
committer | Johannes Schickel | 2007-09-23 23:37:55 +0000 |
commit | 6ee45acf9e529efe9eb51e327d4c212d0ffc9293 (patch) | |
tree | 2b6db8ee0edaf7b75f722659c051e6a5d85dea0f /common | |
parent | 41e4a7b1564183c0e93cc4087ee24301b2015891 (diff) | |
download | scummvm-rg350-6ee45acf9e529efe9eb51e327d4c212d0ffc9293.tar.gz scummvm-rg350-6ee45acf9e529efe9eb51e327d4c212d0ffc9293.tar.bz2 scummvm-rg350-6ee45acf9e529efe9eb51e327d4c212d0ffc9293.zip |
Fixed comment for grabPalette.
svn-id: r29079
Diffstat (limited to 'common')
-rw-r--r-- | common/system.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/system.h b/common/system.h index a1df855449..600b2ed76e 100644 --- a/common/system.h +++ b/common/system.h @@ -432,7 +432,8 @@ public: * Grabs a specified part of the currently active palette. * The format is the same as for setPalette. * - * @param colors the palette data, in interleaved RGB format + * @see setPalette + * @param colors the palette data, in interleaved RGBA format * @param start the first platte entry to be read * @param num the number of palette entries to be read */ |