aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/rel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/rel.cpp')
-rw-r--r--engines/cine/rel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cine/rel.cpp b/engines/cine/rel.cpp
index 60d0a044d1..0fce94febf 100644
--- a/engines/cine/rel.cpp
+++ b/engines/cine/rel.cpp
@@ -69,7 +69,7 @@ void loadRel(char *pRelName) {
ptr = readBundleFile(findFileInBundle(pRelName));
- setMouseCursor(1);
+ setMouseCursor(MOUSE_CURSOR_DISK);
numEntry = READ_BE_UINT16(ptr); ptr += 2;