aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie
diff options
context:
space:
mode:
Diffstat (limited to 'engines/groovie')
-rw-r--r--engines/groovie/cursor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/groovie/cursor.cpp b/engines/groovie/cursor.cpp
index a8a125bfe9..d7d9592420 100644
--- a/engines/groovie/cursor.cpp
+++ b/engines/groovie/cursor.cpp
@@ -33,7 +33,7 @@ namespace Groovie {
// Cursor Manager
GrvCursorMan::GrvCursorMan(OSystem *system) :
- _syst(system), _lastTime(0), _current(-1), _cursor(NULL) {
+ _syst(system), _lastTime(0), _current(255), _cursor(NULL) {
}
GrvCursorMan::~GrvCursorMan() {