From 2d7f1b9d0f12176730c1074d0b6c4756ba27a321 Mon Sep 17 00:00:00 2001 From: Gregory Montoir Date: Wed, 21 Jan 2004 22:04:39 +0000 Subject: clear user input before entering Journal (no more load problems occuring when journal is started as joe is about to do sthg) svn-id: r12568 --- queen/logic.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'queen/logic.cpp') 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(); -- cgit v1.2.3