diff options
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 */ |