From e8dde78b9dff3e44293b2c59c9335125105ed9d0 Mon Sep 17 00:00:00 2001 From: Gregory Montoir Date: Sun, 14 Mar 2004 13:26:01 +0000 Subject: prevent journal from reappearing when F1 is pressed more than once svn-id: r13272 --- queen/logic.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'queen/logic.cpp') diff --git a/queen/logic.cpp b/queen/logic.cpp index 3afd30be76..be5d6a3ec0 100644 --- a/queen/logic.cpp +++ b/queen/logic.cpp @@ -2086,8 +2086,6 @@ 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