aboutsummaryrefslogtreecommitdiff
path: root/queen/logic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'queen/logic.cpp')
-rw-r--r--queen/logic.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/queen/logic.cpp b/queen/logic.cpp
index febabf59e5..4ab3aaa865 100644
--- a/queen/logic.cpp
+++ b/queen/logic.cpp
@@ -2105,6 +2105,8 @@ bool LogicInterview::handleSpecialMove(uint16 sm) {
}
void LogicGame::useJournal() {
+ _vm->input()->clearMouseButton();
+ _vm->input()->clearKeyVerb();
_vm->command()->clear(false);
_journal->use();
_vm->walk()->stopJoe();