diff options
author | Marisa-Chan | 2013-10-15 15:26:26 +0700 |
---|---|---|
committer | Marisa-Chan | 2013-10-18 19:48:57 +0000 |
commit | 4baa1801fe13e2dafe5317d57dfc9e4fe10bc809 (patch) | |
tree | 33eab60a6a59a1711c1a8a6d8f99b5c6ec266280 /engines | |
parent | b9ad7e80a5ec37f59f39858dd5eef7e519afffa2 (diff) | |
download | scummvm-rg350-4baa1801fe13e2dafe5317d57dfc9e4fe10bc809.tar.gz scummvm-rg350-4baa1801fe13e2dafe5317d57dfc9e4fe10bc809.tar.bz2 scummvm-rg350-4baa1801fe13e2dafe5317d57dfc9e4fe10bc809.zip |
ZVISION: Don't need to set push flag in cursorDown because it's block change cursor image.
Diffstat (limited to 'engines')
-rw-r--r-- | engines/zvision/cursor_manager.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/zvision/cursor_manager.cpp b/engines/zvision/cursor_manager.cpp index 595e7946dd..4c5ae5e80f 100644 --- a/engines/zvision/cursor_manager.cpp +++ b/engines/zvision/cursor_manager.cpp @@ -120,7 +120,6 @@ void CursorManager::cursorDown(bool pushed) { if (_cursorIsPushed == pushed) return; - _cursorIsPushed = pushed; changeCursor(_currentCursor, pushed); } |