aboutsummaryrefslogtreecommitdiff
path: root/scumm/actor.h
diff options
context:
space:
mode:
authorPaweł Kołodziejski2002-11-10 17:17:11 +0000
committerPaweł Kołodziejski2002-11-10 17:17:11 +0000
commit2965bd27086e443018cc9d63ac59befc884eed5b (patch)
treec63c2f8de934f8ceb7093f8ed96963eba1afff6b /scumm/actor.h
parenta413779432b8e0e0c036a0a5c58fd89b82d25b11 (diff)
downloadscummvm-rg350-2965bd27086e443018cc9d63ac59befc884eed5b.tar.gz
scummvm-rg350-2965bd27086e443018cc9d63ac59befc884eed5b.tar.bz2
scummvm-rg350-2965bd27086e443018cc9d63ac59befc884eed5b.zip
increasing actor palette to 256
svn-id: r5505
Diffstat (limited to 'scumm/actor.h')
-rw-r--r--scumm/actor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/actor.h b/scumm/actor.h
index ab6a1e4739..3bb5188a8d 100644
--- a/scumm/actor.h
+++ b/scumm/actor.h
@@ -111,7 +111,7 @@ public:
int16 animVariable[16];
uint16 sound[8];
CostumeData cost;
- byte palette[64];
+ byte palette[256];
protected:
Scumm *_vm;