aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorTravis Howell2009-10-26 12:44:26 +0000
committerTravis Howell2009-10-26 12:44:26 +0000
commitbd781fad910636044d5b959d4b8afd941abedb39 (patch)
treed11131a1731a4da78adb346fcee42ff6f9108931 /engines
parentc669b8472ce8ee5dde6bb712c2df0a4cd0bf2202 (diff)
downloadscummvm-rg350-bd781fad910636044d5b959d4b8afd941abedb39.tar.gz
scummvm-rg350-bd781fad910636044d5b959d4b8afd941abedb39.tar.bz2
scummvm-rg350-bd781fad910636044d5b959d4b8afd941abedb39.zip
Increase the _palette size for PCE version of Loom.
svn-id: r45405
Diffstat (limited to 'engines')
-rw-r--r--engines/scumm/costume.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/costume.h b/engines/scumm/costume.h
index 0deb686aa2..a8ba470a04 100644
--- a/engines/scumm/costume.h
+++ b/engines/scumm/costume.h
@@ -93,7 +93,7 @@ protected:
byte _scaleIndexX; /* must wrap at 256 */
byte _scaleIndexY;
- byte _palette[32];
+ uint16 _palette[32];
public:
ClassicCostumeRenderer(ScummEngine *vm) : BaseCostumeRenderer(vm), _loaded(vm) {}