diff options
-rw-r--r-- | engines/sherlock/talk.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sherlock/talk.cpp b/engines/sherlock/talk.cpp index b4dde2e6b0..7686df2944 100644 --- a/engines/sherlock/talk.cpp +++ b/engines/sherlock/talk.cpp @@ -1468,6 +1468,7 @@ void Talk::doScript(const Common::String &script) { str += str[0]; screen.print(Common::Point(0, INFO_LINE + 1), INFO_FOREGROUND, tempString.c_str()); + ui._menuCounter = 30; break; case CLEAR_INFO_LINE: |