aboutsummaryrefslogtreecommitdiff
path: root/sky
diff options
context:
space:
mode:
authorJoost Peters2003-06-01 13:07:20 +0000
committerJoost Peters2003-06-01 13:07:20 +0000
commita29074ed0835372abe2e7779d3fd8ff54a365c57 (patch)
tree4ecb385953f48972a92880a79f990e512175f5f3 /sky
parent063c310917f981f5075c91097c46963d1fa9a94b (diff)
downloadscummvm-rg350-a29074ed0835372abe2e7779d3fd8ff54a365c57.tar.gz
scummvm-rg350-a29074ed0835372abe2e7779d3fd8ff54a365c57.tar.bz2
scummvm-rg350-a29074ed0835372abe2e7779d3fd8ff54a365c57.zip
actually show mouse this time
svn-id: r8234
Diffstat (limited to 'sky')
-rw-r--r--sky/mouse.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/sky/mouse.cpp b/sky/mouse.cpp
index 1cea2251d1..61c7bb7d9d 100644
--- a/sky/mouse.cpp
+++ b/sky/mouse.cpp
@@ -171,6 +171,10 @@ void SkyMouse::spriteMouse(uint16 frameNum, uint16 mouseX, uint16 mouseY) {
_mouseHeight = ((struct dataFileHeader *)mouseData)->s_height;
_system->set_mouse_cursor(_mouseData2, _mouseWidth, _mouseHeight, mouseX, mouseY);
+ if (frameNum == MOUSE_BLANK)
+ _system->show_mouse(false);
+ else
+ _system->show_mouse(true);
//drawNewMouse();
//_mouseFlag ^= (~_mouseFlag | MF_IN_INT);