aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/gfx.cpp
diff options
context:
space:
mode:
authorAndre Heider2009-08-21 22:56:09 +0000
committerAndre Heider2009-08-21 22:56:09 +0000
commit68fed4c62aae3becba7e723a28850004d8704094 (patch)
treed817f1575b796299e91092427f0991f6fdfce592 /engines/scumm/gfx.cpp
parenta790e4953cb4f6e2a4ec95311eb292e7aaec62b4 (diff)
downloadscummvm-rg350-68fed4c62aae3becba7e723a28850004d8704094.tar.gz
scummvm-rg350-68fed4c62aae3becba7e723a28850004d8704094.tar.bz2
scummvm-rg350-68fed4c62aae3becba7e723a28850004d8704094.zip
type fix
svn-id: r43621
Diffstat (limited to 'engines/scumm/gfx.cpp')
-rw-r--r--engines/scumm/gfx.cpp2
1 files changed, 1 insertions, 1 deletions
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 {