aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/msg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/msg.cpp')
-rw-r--r--engines/cine/msg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cine/msg.cpp b/engines/cine/msg.cpp
index d64111306a..9d4d6e9de3 100644
--- a/engines/cine/msg.cpp
+++ b/engines/cine/msg.cpp
@@ -54,7 +54,7 @@ void loadMsg(char *pMsgName) {
ptr = readBundleFile(findFileInBundle(pMsgName));
- setMouseCursor(1);
+ setMouseCursor(MOUSE_CURSOR_DISK);
messageCount = READ_BE_UINT16(ptr); ptr += 2;