From 61a5fb70649c4b73f5e2d7b4d88b87222f79a4b7 Mon Sep 17 00:00:00 2001 From: Gregory Montoir Date: Thu, 16 Mar 2006 20:29:07 +0000 Subject: - 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 --- engines/cine/rel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/cine/rel.cpp') 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; -- cgit v1.2.3