aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/cstime_view.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mohawk/cstime_view.cpp')
-rw-r--r--engines/mohawk/cstime_view.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}