aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/handle.cpp
diff options
context:
space:
mode:
authorMax Horn2009-03-22 23:02:09 +0000
committerMax Horn2009-03-22 23:02:09 +0000
commit7714b20abff459c52490381c5ef658bce9578d13 (patch)
tree6a1f56ad664f1e10188a88954a22394c1a040f05 /engines/tinsel/handle.cpp
parent277b8e6190d67e816694a78dc22f99f1c9b45d20 (diff)
downloadscummvm-rg350-7714b20abff459c52490381c5ef658bce9578d13.tar.gz
scummvm-rg350-7714b20abff459c52490381c5ef658bce9578d13.tar.bz2
scummvm-rg350-7714b20abff459c52490381c5ef658bce9578d13.zip
TINSEL: cleanup
svn-id: r39617
Diffstat (limited to 'engines/tinsel/handle.cpp')
-rw-r--r--engines/tinsel/handle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tinsel/handle.cpp b/engines/tinsel/handle.cpp
index ca91670bee..f3ef9b3e4b 100644
--- a/engines/tinsel/handle.cpp
+++ b/engines/tinsel/handle.cpp
@@ -364,7 +364,7 @@ void LoadFile(MEMHANDLE *pH, bool bWarn) {
* Returns the address of a image, given its memory handle.
* @param offset Handle and offset to data
*/
-uint8 *LockMem(SCNHANDLE offset) {
+byte *LockMem(SCNHANDLE offset) {
uint32 handle = offset >> SCNHANDLE_SHIFT; // calc memory handle to use
MEMHANDLE *pH; // points to table entry