diff options
author | Johannes Schickel | 2011-02-08 23:00:28 +0000 |
---|---|---|
committer | Johannes Schickel | 2011-02-08 23:00:28 +0000 |
commit | 9cf8d4d54818a8920b13a70aec56b3afdaeaed83 (patch) | |
tree | 36e55e05e78b0026bf3b2800fc4981a30167a258 /video | |
parent | 949000a144705991737fc3894b95afec3876e2f1 (diff) | |
download | scummvm-rg350-9cf8d4d54818a8920b13a70aec56b3afdaeaed83.tar.gz scummvm-rg350-9cf8d4d54818a8920b13a70aec56b3afdaeaed83.tar.bz2 scummvm-rg350-9cf8d4d54818a8920b13a70aec56b3afdaeaed83.zip |
VIDEO: Fix the documentation of VideoDecoder::setSystemPalette.
svn-id: r55836
Diffstat (limited to 'video')
-rw-r--r-- | video/video_decoder.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/video/video_decoder.h b/video/video_decoder.h index 80a891fc39..30050e9af5 100644 --- a/video/video_decoder.h +++ b/video/video_decoder.h @@ -109,7 +109,8 @@ public: virtual bool hasDirtyPalette() const { return false; } /** - * Set the current palette to the system palette. + * Set the system palette to the palette returned by getPalette. + * @see getPalette */ void setSystemPalette(); |