aboutsummaryrefslogtreecommitdiff
path: root/queen/command.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'queen/command.cpp')
-rw-r--r--queen/command.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/queen/command.cpp b/queen/command.cpp
index cc038ca060..1d7e7eafcb 100644
--- a/queen/command.cpp
+++ b/queen/command.cpp
@@ -214,7 +214,6 @@ void Command::updatePlayer() {
if (_vm->input()->keyVerb() == VERB_USE_JOURNAL) {
_vm->logic()->useJournal();
- _vm->input()->clearKeyVerb();
} else if (_vm->input()->keyVerb() != VERB_SKIP_TEXT) {
_state.verb = _vm->input()->keyVerb();
if (isVerbInv(_state.verb)) {