From ae6f248616a144050337e9687033402c4868d558 Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Sat, 11 Feb 2017 08:00:07 +0100 Subject: MOHAWK: Move Riven's sunner alert handling to the jungle stack --- engines/mohawk/riven_stack.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/mohawk/riven_stack.cpp') 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() { } -- cgit v1.2.3