aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/prc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/prc.cpp')
-rw-r--r--engines/cine/prc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cine/prc.cpp b/engines/cine/prc.cpp
index 4751bcb561..ebe066320d 100644
--- a/engines/cine/prc.cpp
+++ b/engines/cine/prc.cpp
@@ -81,7 +81,7 @@ void loadPrc(const char *pPrcName) {
ASSERT_PTR(scriptPtr);
}
- setMouseCursor(1);
+ setMouseCursor(MOUSE_CURSOR_DISK);
numScripts = READ_BE_UINT16(scriptPtr); scriptPtr += 2;
ASSERT(numScripts <= NUM_MAX_SCRIPT);