aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/pal.h
diff options
context:
space:
mode:
authorKari Salminen2009-03-11 21:11:52 +0000
committerKari Salminen2009-03-11 21:11:52 +0000
commitbac7bd00be2ed9dc2da799f35bf01a43303c84c6 (patch)
tree9190ae1244084fc0957988588ead0b5a56c351a5 /engines/cine/pal.h
parente01e4d6dbe80cf2010d865329eca58394092d745 (diff)
downloadscummvm-rg350-bac7bd00be2ed9dc2da799f35bf01a43303c84c6.tar.gz
scummvm-rg350-bac7bd00be2ed9dc2da799f35bf01a43303c84c6.tar.bz2
scummvm-rg350-bac7bd00be2ed9dc2da799f35bf01a43303c84c6.zip
Cine::Palette: Move color format setting to setColorFormat-method.
svn-id: r39339
Diffstat (limited to 'engines/cine/pal.h')
-rw-r--r--engines/cine/pal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/cine/pal.h b/engines/cine/pal.h
index 806a8ab5ac..4d59a6e998 100644
--- a/engines/cine/pal.h
+++ b/engines/cine/pal.h
@@ -70,6 +70,7 @@ public:
Graphics::PixelFormat colorFormat() const;
private:
+ void setColorFormat(const Graphics::PixelFormat format);
void saturatedAddColor(byte index, signed r, signed g, signed b);
private: