aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie/script.cpp
diff options
context:
space:
mode:
authorHenry Bush2009-01-08 23:06:08 +0000
committerHenry Bush2009-01-08 23:06:08 +0000
commit9446bfa50316e3d1253a1d56f1f996f2ede3fb75 (patch)
tree75cda534848f50f71c1bde85269d09de1a3dafc0 /engines/groovie/script.cpp
parent8eb7d55eca5aaf1acb005654c28b88b1e14111b2 (diff)
downloadscummvm-rg350-9446bfa50316e3d1253a1d56f1f996f2ede3fb75.tar.gz
scummvm-rg350-9446bfa50316e3d1253a1d56f1f996f2ede3fb75.tar.bz2
scummvm-rg350-9446bfa50316e3d1253a1d56f1f996f2ede3fb75.zip
T7G: Stage one of move to ScummVM's CursorMan: rename groovie one so it doesn't have same name
svn-id: r35793
Diffstat (limited to 'engines/groovie/script.cpp')
-rw-r--r--engines/groovie/script.cpp4
1 files changed, 2 insertions, 2 deletions
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);