aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/graphics.h
diff options
context:
space:
mode:
authorJohannes Schickel2011-02-13 20:45:54 +0100
committerJohannes Schickel2011-02-14 17:08:33 +0100
commit02f93b4aeb1e80cff4c0bdb88004f1dd2de65228 (patch)
treeb4536de6dab14bb8a5622a7e6c2fba72821779d4 /engines/testbed/graphics.h
parent362b0cd5e4a71a0b2610ff8abb6aeecddc842cf0 (diff)
downloadscummvm-rg350-02f93b4aeb1e80cff4c0bdb88004f1dd2de65228.tar.gz
scummvm-rg350-02f93b4aeb1e80cff4c0bdb88004f1dd2de65228.tar.bz2
scummvm-rg350-02f93b4aeb1e80cff4c0bdb88004f1dd2de65228.zip
TESTBED: Adapt to setPalette RGBA->RGB change.
Diffstat (limited to 'engines/testbed/graphics.h')
-rw-r--r--engines/testbed/graphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/testbed/graphics.h b/engines/testbed/graphics.h
index 4ab4ba65ab..01c76efea5 100644
--- a/engines/testbed/graphics.h
+++ b/engines/testbed/graphics.h
@@ -86,7 +86,7 @@ private:
* 2 (R:255, G:255, B:255) your customized color (by default white) (kColorCustom)
* The remaining values are zero
*/
- static byte _palette[256 * 4];
+ static byte _palette[256 * 3];
};
} // End of namespace Testbed