aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2002-11-16 16:49:39 +0000
committerTravis Howell2002-11-16 16:49:39 +0000
commit0c6146112411eaf675a84cd7f22c0c2c432bf12a (patch)
tree27ac5cf0977ee4e29518940800ef21c277e76a6a
parentc654b9edbd0489d81ab84105051aab21daf54345 (diff)
downloadscummvm-rg350-0c6146112411eaf675a84cd7f22c0c2c432bf12a.tar.gz
scummvm-rg350-0c6146112411eaf675a84cd7f22c0c2c432bf12a.tar.bz2
scummvm-rg350-0c6146112411eaf675a84cd7f22c0c2c432bf12a.zip
Cursors should now be hidden during cut scenes (I hope)
svn-id: r5586
-rw-r--r--simon/simon.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp
index 60aaa803c1..b8aef5e9b3 100644
--- a/simon/simon.cpp
+++ b/simon/simon.cpp
@@ -3288,8 +3288,6 @@ void SimonState::draw_mouse_pointer()
_system->set_mouse_cursor(_simon2_cursors[_mouse_cursor], 16, 16, 7, 7);
else
_system->set_mouse_cursor(_simon1_cursor, 16, 16, 0, 0);
-
- _system->show_mouse(true);
}