aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/gfxARM.s
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/gfxARM.s')
-rw-r--r--engines/scumm/gfxARM.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/gfxARM.s b/engines/scumm/gfxARM.s
index 24f627647a..e78487d777 100644
--- a/engines/scumm/gfxARM.s
+++ b/engines/scumm/gfxARM.s
@@ -117,7 +117,7 @@ end:
@ int dstPitch,
@ const byte *src,
@ int height,
- @ int bitdepth);
+ @ uint8 bitdepth);
@
@ In addition, we assume that src and dst are both word (4 byte)
@ aligned. This is the same assumption that the old 'inline' version