[Scummvm-git-logs] scummvm master -> 8c68a66ca632e051af46cb068dffccfd88912b90

dreammaster dreammaster at scummvm.org
Wed Dec 28 10:04:08 CET 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
8c68a66ca6 TITANIC: Fix activating Bilge SuccUBus


Commit: 8c68a66ca632e051af46cb068dffccfd88912b90
    https://github.com/scummvm/scummvm/commit/8c68a66ca632e051af46cb068dffccfd88912b90
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2016-12-28T04:03:52-05:00

Commit Message:
TITANIC: Fix activating Bilge SuccUBus

Changed paths:
    engines/titanic/core/view_item.cpp


diff --git a/engines/titanic/core/view_item.cpp b/engines/titanic/core/view_item.cpp
index c25461f..9109bcc 100644
--- a/engines/titanic/core/view_item.cpp
+++ b/engines/titanic/core/view_item.cpp
@@ -195,6 +195,8 @@ bool CViewItem::MouseButtonDownMsg(CMouseButtonDownMsg *msg) {
 					linkItem = dynamic_cast<CLinkItem *>(
 						findNextInstanceOf(CLinkItem::_type, linkItem));
 				}
+
+				handleMouseMsg(msg, false);
 			}
 		}
 	}





More information about the Scummvm-git-logs mailing list