aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/prc.cpp
diff options
context:
space:
mode:
authorGregory Montoir2006-03-16 20:29:07 +0000
committerGregory Montoir2006-03-16 20:29:07 +0000
commit61a5fb70649c4b73f5e2d7b4d88b87222f79a4b7 (patch)
tree5f5357217e9e0aac66c1100a67f70fb42eb0e66c /engines/cine/prc.cpp
parent99c34b037717f1062cb79e9cb6f3f3570977f4b6 (diff)
downloadscummvm-rg350-61a5fb70649c4b73f5e2d7b4d88b87222f79a4b7.tar.gz
scummvm-rg350-61a5fb70649c4b73f5e2d7b4d88b87222f79a4b7.tar.bz2
scummvm-rg350-61a5fb70649c4b73f5e2d7b4d88b87222f79a4b7.zip
- added defines to handle the different mouse cursors
- revised the way NUM_MAX_PARTDATA and NUM_MAX_ANIMDATA are used - renamed some variables - constify'ed function arguments - minor cleanup svn-id: r21338
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);