aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/msg.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/msg.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/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;