aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/costume.cpp
diff options
context:
space:
mode:
authorNeil Millstone2010-02-26 16:17:12 +0000
committerNeil Millstone2010-02-26 16:17:12 +0000
commitbcb721cccd46fccba164044cf8afea92872a3c0f (patch)
tree9de201160ed19492d7e9e941243019032b9ee294 /engines/scumm/costume.cpp
parente8c2c2b25c12b2e303643bc6ea1f168922d77e40 (diff)
downloadscummvm-rg350-bcb721cccd46fccba164044cf8afea92872a3c0f.tar.gz
scummvm-rg350-bcb721cccd46fccba164044cf8afea92872a3c0f.tar.bz2
scummvm-rg350-bcb721cccd46fccba164044cf8afea92872a3c0f.zip
SCUMM: Fix stride of palette data in ARM optimised costime renderer
svn-id: r48135
Diffstat (limited to 'engines/scumm/costume.cpp')
-rw-r--r--engines/scumm/costume.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/costume.cpp b/engines/scumm/costume.cpp
index caa348460f..6fc2b20395 100644
--- a/engines/scumm/costume.cpp
+++ b/engines/scumm/costume.cpp
@@ -420,7 +420,7 @@ extern "C" int ClassicProc3RendererShadowARM(int _scaleY,
int _scaleX,
int _scaleIndexX,
byte *_shadow_table,
- byte _palette[32],
+ uint16 _palette[32],
int32 _numStrips,
int _scaleIndexY);
#endif