diff options
author | Paul Gilbert | 2015-06-18 21:55:55 -0400 |
---|---|---|
committer | Paul Gilbert | 2015-06-18 21:55:55 -0400 |
commit | 5446df8e6161b4066d5447e35f8803143018d404 (patch) | |
tree | 216c5e428ba0ce9c9c98e20ecbe08b0b1e4de9d2 /engines | |
parent | 223c27028d92a8e3028143aa73d1d11a85aff9d3 (diff) | |
download | scummvm-rg350-5446df8e6161b4066d5447e35f8803143018d404.tar.gz scummvm-rg350-5446df8e6161b4066d5447e35f8803143018d404.tar.bz2 scummvm-rg350-5446df8e6161b4066d5447e35f8803143018d404.zip |
SHERLOCK: RT: Fix animating wait cursor
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sherlock/tattoo/tattoo_scene.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sherlock/tattoo/tattoo_scene.cpp b/engines/sherlock/tattoo/tattoo_scene.cpp index 62514dd018..1c398907dd 100644 --- a/engines/sherlock/tattoo/tattoo_scene.cpp +++ b/engines/sherlock/tattoo/tattoo_scene.cpp @@ -313,6 +313,8 @@ void TattooScene::doBgAnimCheckCursor() { } events.setCursor(cursorId); + } else { + events.animateCursorIfNeeded(); } } |