aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/object.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/object.cpp')
-rw-r--r--engines/cine/object.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cine/object.cpp b/engines/cine/object.cpp
index 62c764354f..e84c1bd029 100644
--- a/engines/cine/object.cpp
+++ b/engines/cine/object.cpp
@@ -67,7 +67,7 @@ void loadObject(char *pObjectName) {
ptr = readBundleFile(findFileInBundle(pObjectName));
- setMouseCursor(1);
+ setMouseCursor(MOUSE_CURSOR_DISK);
numEntry = READ_BE_UINT16(ptr); ptr += 2;