aboutsummaryrefslogtreecommitdiff
path: root/sky
diff options
context:
space:
mode:
authorOliver Kiehl2003-06-14 11:48:09 +0000
committerOliver Kiehl2003-06-14 11:48:09 +0000
commit90b96f2e164115db20add0ad571d7ad2e6d0706e (patch)
tree12a561bace5e995a25cc1a40dc41f30cb3a9333d /sky
parente1c655f10f98b848db2460c8fb0d3a62c43c5624 (diff)
downloadscummvm-rg350-90b96f2e164115db20add0ad571d7ad2e6d0706e.tar.gz
scummvm-rg350-90b96f2e164115db20add0ad571d7ad2e6d0706e.tar.bz2
scummvm-rg350-90b96f2e164115db20add0ad571d7ad2e6d0706e.zip
fix bug #754378 (I hope)
svn-id: r8466
Diffstat (limited to 'sky')
-rw-r--r--sky/text.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sky/text.cpp b/sky/text.cpp
index 1e22a39c4f..cfb4c0f209 100644
--- a/sky/text.cpp
+++ b/sky/text.cpp
@@ -279,7 +279,7 @@ displayText_t SkyText::displayText(char *textPtr, uint8 *dest, bool centre, uint
if (_dtData == NULL)
_dtData = (byte *)malloc(numBytes);
- byte *curDest = _dtData;
+ uint8 *curDest = _dtData;
uint32 bytesToClear = numBytes; //no of bytes to clear
bytesToClear -= sizeof(struct dataFileHeader); //don't touch the header.