diff options
-rw-r--r-- | engines/mohawk/cstime_view.cpp | 2 |
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); } |