diff options
author | Travis Howell | 2002-11-16 15:59:40 +0000 |
---|---|---|
committer | Travis Howell | 2002-11-16 15:59:40 +0000 |
commit | 3f0e42b7dac0aff2f358be3fdd01fe1c9cc7a9b2 (patch) | |
tree | 4c573c2cfe6acd1391397e8da9d6e042052a28e0 | |
parent | 16d154abee1f772bef28737e61ba41b5c9773876 (diff) | |
download | scummvm-rg350-3f0e42b7dac0aff2f358be3fdd01fe1c9cc7a9b2.tar.gz scummvm-rg350-3f0e42b7dac0aff2f358be3fdd01fe1c9cc7a9b2.tar.bz2 scummvm-rg350-3f0e42b7dac0aff2f358be3fdd01fe1c9cc7a9b2.zip |
Ooops
svn-id: r5584
-rw-r--r-- | simon/simon.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp index f290c8882b..5f3a309c82 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -2536,6 +2536,7 @@ void SimonState::o_wait_for_vga(uint a) } // warning("waiting on %d done", a); + _system->show_mouse(true); } void SimonState::timer_vga_sprites() |