aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/costume.cpp
diff options
context:
space:
mode:
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