From 0c797cf359c0191ee78f0fbcf391af87059c017c Mon Sep 17 00:00:00 2001 From: Alyssa Milburn Date: Fri, 21 Jan 2011 19:45:08 +0000 Subject: MOHAWK: Use the provided drag flags when dropping a feature. svn-id: r55387 --- engines/mohawk/cstime_view.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/mohawk/cstime_view.cpp b/engines/mohawk/cstime_view.cpp index bf8305d3ee..cef5ef48aa 100644 --- a/engines/mohawk/cstime_view.cpp +++ b/engines/mohawk/cstime_view.cpp @@ -173,7 +173,7 @@ void CSTimeView::dragFeature(NewFeature *feature, Common::Point pos, uint mode, if (mode == 2) { if (feature->_dragFlags & 0x800000) { - feature->_dragFlags |= 0x8000; + feature->_dragFlags = flags | 0x8000; if (!(flags & 1)) (_currentModule->*(feature->_dropProc))(feature); } -- cgit v1.2.3