diff options
author | Travis Howell | 2002-11-16 16:49:39 +0000 |
---|---|---|
committer | Travis Howell | 2002-11-16 16:49:39 +0000 |
commit | 0c6146112411eaf675a84cd7f22c0c2c432bf12a (patch) | |
tree | 27ac5cf0977ee4e29518940800ef21c277e76a6a | |
parent | c654b9edbd0489d81ab84105051aab21daf54345 (diff) | |
download | scummvm-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.cpp | 2 |
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); } |