From c528f888d0c227bc735a3ba2110ad9708bc1abd8 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Tue, 6 Jan 2009 16:10:04 +0000 Subject: Specify that implementations of setPalette() should use an RGB palette svn-id: r35755 --- graphics/video/dxa_player.h | 4 ++-- graphics/video/smk_player.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'graphics') 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; -- cgit v1.2.3