aboutsummaryrefslogtreecommitdiff
path: root/engines/made/pmvplayer.h
diff options
context:
space:
mode:
authorFilippos Karapetis2008-04-21 20:20:34 +0000
committerFilippos Karapetis2008-04-21 20:20:34 +0000
commit54485c24c530288280174f6d286c8c0b367a8206 (patch)
tree3f2a547f0b380f6db26480e222ab5dc1cda75cc3 /engines/made/pmvplayer.h
parent169bf5ddba25a7ab63b405a48bccc449550a693e (diff)
downloadscummvm-rg350-54485c24c530288280174f6d286c8c0b367a8206.tar.gz
scummvm-rg350-54485c24c530288280174f6d286c8c0b367a8206.tar.bz2
scummvm-rg350-54485c24c530288280174f6d286c8c0b367a8206.zip
Some palette related fixes
svn-id: r31650
Diffstat (limited to 'engines/made/pmvplayer.h')
-rw-r--r--engines/made/pmvplayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/made/pmvplayer.h b/engines/made/pmvplayer.h
index 0e63d73f7f..35712f1932 100644
--- a/engines/made/pmvplayer.h
+++ b/engines/made/pmvplayer.h
@@ -51,7 +51,7 @@ protected:
Common::File *_fd;
Audio::AppendableAudioStream *_audioStream;
Audio::SoundHandle _audioStreamHandle;
- byte _palette[768];
+ byte _paletteRGB[768];
Graphics::Surface *_surface;
bool _abort;
void readChunk(uint32 &chunkType, uint32 &chunkSize);