diff options
-rw-r--r-- | engines/sherlock/tattoo/tattoo_journal.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/tattoo/tattoo_journal.cpp b/engines/sherlock/tattoo/tattoo_journal.cpp index ac8d9cdecc..c4022e9cef 100644 --- a/engines/sherlock/tattoo/tattoo_journal.cpp +++ b/engines/sherlock/tattoo/tattoo_journal.cpp @@ -701,7 +701,7 @@ void TattooJournal::disableControls() { // Print the Journal commands int xp = r.left + r.width() / 6; - for (int idx = 0; idx < 3; ++idx) { + for (int idx = 0; idx < 2; ++idx) { screen.gPrint(Common::Point(xp - screen.stringWidth(JOURNAL_COMMANDS[idx]) / 2, r.top + 5), INFO_BOTTOM, "%s", JOURNAL_COMMANDS[idx]); |