aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorMax Horn2005-04-26 15:42:35 +0000
committerMax Horn2005-04-26 15:42:35 +0000
commit3a4dafeaa37226d652eb2e00f92ab73d0acc517e (patch)
treeefc0881f380b13446244f49d4653b7e1775ef4f6 /scumm/scumm.h
parentab5355831540e802e838b8872e09db3c3ea97b7a (diff)
downloadscummvm-rg350-3a4dafeaa37226d652eb2e00f92ab73d0acc517e.tar.gz
scummvm-rg350-3a4dafeaa37226d652eb2e00f92ab73d0acc517e.tar.bz2
scummvm-rg350-3a4dafeaa37226d652eb2e00f92ab73d0acc517e.zip
desaturatePalette is V8 specific
svn-id: r17827
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 3984d6d706..176d926480 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -973,7 +973,6 @@ protected:
void setupShadowPalette(int slot, int redScale, int greenScale, int blueScale, int startColor, int endColor);
void setupShadowPalette(int redScale, int greenScale, int blueScale, int startColor, int endColor, int start, int end);
virtual void darkenPalette(int redScale, int greenScale, int blueScale, int startColor, int endColor);
- void desaturatePalette(int hueScale, int satScale, int lightScale, int startColor, int endColor);
void setupCursor();