aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/riven_stack.cpp
diff options
context:
space:
mode:
authorBastien Bouclet2017-02-11 08:00:07 +0100
committerEugene Sandulenko2017-07-03 08:50:10 +0200
commitae6f248616a144050337e9687033402c4868d558 (patch)
tree2358c3475c267c0def0548dc457c440fb7d88523 /engines/mohawk/riven_stack.cpp
parentf0267d542f860a2f67f519a1dc5343e020927c81 (diff)
downloadscummvm-rg350-ae6f248616a144050337e9687033402c4868d558.tar.gz
scummvm-rg350-ae6f248616a144050337e9687033402c4868d558.tar.bz2
scummvm-rg350-ae6f248616a144050337e9687033402c4868d558.zip
MOHAWK: Move Riven's sunner alert handling to the jungle stack
Diffstat (limited to 'engines/mohawk/riven_stack.cpp')
-rw-r--r--engines/mohawk/riven_stack.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/mohawk/riven_stack.cpp b/engines/mohawk/riven_stack.cpp
index d842bca415..f8dd6a30f1 100644
--- a/engines/mohawk/riven_stack.cpp
+++ b/engines/mohawk/riven_stack.cpp
@@ -268,6 +268,10 @@ bool RivenStack::mouseIsDown() const {
return _mouseIsDown;
}
+void RivenStack::mouseForceUp() {
+ _mouseIsDown = false;
+}
+
RivenNameList::RivenNameList() {
}