aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/video/dxa_player.h4
-rw-r--r--graphics/video/smk_player.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/video/dxa_player.h b/graphics/video/dxa_player.h
index 8ead07f2ae..44db6fb99e 100644
--- a/graphics/video/dxa_player.h
+++ b/graphics/video/dxa_player.h
@@ -109,8 +109,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;
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;