From 68fed4c62aae3becba7e723a28850004d8704094 Mon Sep 17 00:00:00 2001 From: Andre Heider Date: Fri, 21 Aug 2009 22:56:09 +0000 Subject: type fix svn-id: r43621 --- engines/scumm/gfx.cpp | 2 +- engines/scumm/gfxARM.s | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/scumm') diff --git a/engines/scumm/gfx.cpp b/engines/scumm/gfx.cpp index ba49131ac5..fd298c2980 100644 --- a/engines/scumm/gfx.cpp +++ b/engines/scumm/gfx.cpp @@ -38,7 +38,7 @@ #ifdef USE_ARM_GFX_ASM extern "C" void asmDrawStripToScreen(int height, int width, void const* text, void const* src, byte* dst, int vsPitch, int vmScreenWidth, int textSurfacePitch); -extern "C" void asmCopy8Col(byte* dst, int dstPitch, const byte* src, int height, uint8_t bitDepth); +extern "C" void asmCopy8Col(byte* dst, int dstPitch, const byte* src, int height, uint8 bitDepth); #endif /* USE_ARM_GFX_ASM */ namespace Scumm { 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 -- cgit v1.2.3