[Scummvm-git-logs] scummvm master -> 24ddba7652d31abd059f8320500aaa495ea4a142
dreammaster
paulfgilbert at gmail.com
Sat Dec 12 06:06:23 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
24ddba7652 GLK: COMPREHEND: Fix display of I don't understand for unrecognised inputs
Commit: 24ddba7652d31abd059f8320500aaa495ea4a142
https://github.com/scummvm/scummvm/commit/24ddba7652d31abd059f8320500aaa495ea4a142
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2020-12-11T22:06:14-08:00
Commit Message:
GLK: COMPREHEND: Fix display of I don't understand for unrecognised inputs
Changed paths:
engines/glk/comprehend/game.cpp
diff --git a/engines/glk/comprehend/game.cpp b/engines/glk/comprehend/game.cpp
index 13c526bb63..1154fde6cf 100644
--- a/engines/glk/comprehend/game.cpp
+++ b/engines/glk/comprehend/game.cpp
@@ -619,9 +619,6 @@ void ComprehendGame::skip_non_whitespace(const char **p) {
}
bool ComprehendGame::handle_sentence(Sentence *sentence) {
- if (sentence->empty())
- return false;
-
if (sentence->_nr_words == 1 && !strcmp(sentence->_words[0]._word, "quit")) {
g_comprehend->quitGame();
return true;
More information about the Scummvm-git-logs
mailing list