aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie/cursor.cpp
diff options
context:
space:
mode:
authorJordi Vilalta Prat2009-01-14 03:09:19 +0000
committerJordi Vilalta Prat2009-01-14 03:09:19 +0000
commit59d41b30ffc24f81ad71a8b273f06bb244e85130 (patch)
treee2b31d9b0187672975efeb265dc6580c35dd31ed /engines/groovie/cursor.cpp
parentab82db8f867fc51aae1dad004117fdf70b9ce0a5 (diff)
downloadscummvm-rg350-59d41b30ffc24f81ad71a8b273f06bb244e85130.tar.gz
scummvm-rg350-59d41b30ffc24f81ad71a8b273f06bb244e85130.tar.bz2
scummvm-rg350-59d41b30ffc24f81ad71a8b273f06bb244e85130.zip
Show the cursor and update it properly when closing the GMM.
svn-id: r35858
Diffstat (limited to 'engines/groovie/cursor.cpp')
-rw-r--r--engines/groovie/cursor.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/groovie/cursor.cpp b/engines/groovie/cursor.cpp
index 8aa514a6b1..a8a125bfe9 100644
--- a/engines/groovie/cursor.cpp
+++ b/engines/groovie/cursor.cpp
@@ -45,6 +45,10 @@ GrvCursorMan::~GrvCursorMan() {
CursorMan.popAllCursors();
}
+void GrvCursorMan::show(bool visible) {
+ CursorMan.showMouse(visible);
+}
+
uint8 GrvCursorMan::getStyle() {
return _current;
}