aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/cursor.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2008-12-12 15:48:38 +0000
committerFilippos Karapetis2008-12-12 15:48:38 +0000
commitcbdb105d8ebcc5720c010c713ac31ab9d01485b9 (patch)
tree280ea56aa30b130a383464df627a034821c6bd61 /engines/tinsel/cursor.cpp
parent63ddc1ba6fdfaa4ef9a60fe5a4457512bbe3371f (diff)
downloadscummvm-rg350-cbdb105d8ebcc5720c010c713ac31ab9d01485b9.tar.gz
scummvm-rg350-cbdb105d8ebcc5720c010c713ac31ab9d01485b9.tar.bz2
scummvm-rg350-cbdb105d8ebcc5720c010c713ac31ab9d01485b9.zip
- Save games are now listed from oldest to newest in the GMM load dialog for tinsel games, like in other engines
- Added some disabled code for saving through the GMM (still incomplete) svn-id: r35316
Diffstat (limited to 'engines/tinsel/cursor.cpp')
-rw-r--r--engines/tinsel/cursor.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/tinsel/cursor.cpp b/engines/tinsel/cursor.cpp
index 719b55d1bb..3fc3b974e9 100644
--- a/engines/tinsel/cursor.cpp
+++ b/engines/tinsel/cursor.cpp
@@ -689,4 +689,8 @@ void EndCursorFollowed(void) {
bTempHide = false;
}
+bool isCursorShown() {
+ return !(bTempHide || bHiddenCursor);
+}
+
} // end of namespace Tinsel