aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen.h
diff options
context:
space:
mode:
authorJohannes Schickel2008-03-09 09:58:05 +0000
committerJohannes Schickel2008-03-09 09:58:05 +0000
commit3a83cf654eb42e60837a34b16b3628e0464976d9 (patch)
treed4d5537cb27356e48eee4ecd4c23e849212a20f5 /engines/kyra/screen.h
parent353e5a78967e2ab1afdeb3ce9b482e0b455b3880 (diff)
downloadscummvm-rg350-3a83cf654eb42e60837a34b16b3628e0464976d9.tar.gz
scummvm-rg350-3a83cf654eb42e60837a34b16b3628e0464976d9.tar.bz2
scummvm-rg350-3a83cf654eb42e60837a34b16b3628e0464976d9.zip
Fixed access of inventory in HoF while cursor is not visible.
svn-id: r31081
Diffstat (limited to 'engines/kyra/screen.h')
-rw-r--r--engines/kyra/screen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/kyra/screen.h b/engines/kyra/screen.h
index 152ba91a21..29969cb44d 100644
--- a/engines/kyra/screen.h
+++ b/engines/kyra/screen.h
@@ -182,6 +182,7 @@ public:
void hideMouse();
void showMouse();
void setMouseCursor(int x, int y, byte *shape);
+ bool isMouseShown() const;
// rect handling
virtual int getRectSize(int w, int h);