From 9446bfa50316e3d1253a1d56f1f996f2ede3fb75 Mon Sep 17 00:00:00 2001 From: Henry Bush Date: Thu, 8 Jan 2009 23:06:08 +0000 Subject: T7G: Stage one of move to ScummVM's CursorMan: rename groovie one so it doesn't have same name svn-id: r35793 --- engines/groovie/script.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/groovie/script.cpp') diff --git a/engines/groovie/script.cpp b/engines/groovie/script.cpp index 0f70bb36ca..d6ae566012 100644 --- a/engines/groovie/script.cpp +++ b/engines/groovie/script.cpp @@ -699,8 +699,8 @@ void Script::o_inputloopend() { // Nothing to do if (_inputLoopAddress) { - if (_newCursorStyle != _vm->_cursorMan->getStyle()) { - _vm->_cursorMan->setStyle(_newCursorStyle); + if (_newCursorStyle != _vm->_grvCursorMan->getStyle()) { + _vm->_grvCursorMan->setStyle(_newCursorStyle); } _vm->_system->showMouse(true); -- cgit v1.2.3