aboutsummaryrefslogtreecommitdiff
path: root/sword2
diff options
context:
space:
mode:
authorOliver Kiehl2003-09-13 12:15:13 +0000
committerOliver Kiehl2003-09-13 12:15:13 +0000
commit20fe2b83fceb139f9d08d5971595f66f9889df77 (patch)
treec6f917a03e5b839a9a77d18767d74f77c753d118 /sword2
parent35e5c731276bb9c9853a461f900643e89802182f (diff)
downloadscummvm-rg350-20fe2b83fceb139f9d08d5971595f66f9889df77.tar.gz
scummvm-rg350-20fe2b83fceb139f9d08d5971595f66f9889df77.tar.bz2
scummvm-rg350-20fe2b83fceb139f9d08d5971595f66f9889df77.zip
should have been an int32
svn-id: r10220
Diffstat (limited to 'sword2')
-rw-r--r--sword2/driver/_mouse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/driver/_mouse.cpp b/sword2/driver/_mouse.cpp
index 8e2751244a..af5b6c47d5 100644
--- a/sword2/driver/_mouse.cpp
+++ b/sword2/driver/_mouse.cpp
@@ -303,7 +303,7 @@ void DrawMouse(void) {
memset(_mouseData, 0xFF, mouse_width * mouse_height);
if (luggageAnim)
- DecompressMouse(_mouseData, (uint8 *) luggageAnim + (int)READ_LE_UINT32(luggageOffset), luggageAnim->mousew,
+ DecompressMouse(_mouseData, (uint8 *) luggageAnim + (int32)READ_LE_UINT32(luggageOffset), luggageAnim->mousew,
luggageAnim->mouseh, mouse_width, deltaX, deltaY);
if (mouseAnim)