diff options
| -rw-r--r-- | engines/titanic/core/view_item.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/core/view_item.cpp b/engines/titanic/core/view_item.cpp index 666d7e7105..47cdabbb50 100644 --- a/engines/titanic/core/view_item.cpp +++ b/engines/titanic/core/view_item.cpp @@ -252,7 +252,7 @@ bool CViewItem::handleMouseMsg(CMouseMsg *msg, bool flag) {  		for (int idx = (int)gameObjects.size() - 1; idx >= 0; ++idx) {  			if (gameObjects[idx]->_cursorId != CURSOR_12) {  				CScreenManager::_screenManagerPtr->_mouseCursor->setCursor(gameObjects[idx]->_cursorId); -				break; +				return true;  			}  		}  	}  | 
