aboutsummaryrefslogtreecommitdiff
path: root/graphics/video/smk_player.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/video/smk_player.h')
-rw-r--r--graphics/video/smk_player.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/video/smk_player.h b/graphics/video/smk_player.h
index 4fe7674bc1..62db02edd9 100644
--- a/graphics/video/smk_player.h
+++ b/graphics/video/smk_player.h
@@ -110,8 +110,8 @@ public:
protected:
/**
- * Set palette, based on current frame
- * @param pal the palette data
+ * Set RGB palette, based on current frame
+ * @param pal the RGB palette data
*/
virtual void setPalette(byte *pal) = 0;