From 0629ae4639651f546d6aeb56bac842fd07939b8f Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 9 May 2015 12:26:47 -0400 Subject: SHERLOCK: Fix display of Forward text in Journal --- engines/sherlock/journal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sherlock') diff --git a/engines/sherlock/journal.cpp b/engines/sherlock/journal.cpp index 984a7a23f6..71de9228e4 100644 --- a/engines/sherlock/journal.cpp +++ b/engines/sherlock/journal.cpp @@ -1115,7 +1115,7 @@ int Journal::getFindName(bool printError) { } else { color = COMMAND_FOREGROUND; } - screen.print(Common::Point(SEARCH_POINTS[1][2] - screen.stringWidth("Forward") / 2, 175), color, "Forward"); + screen.print(Common::Point(SEARCH_POINTS[2][2] - screen.stringWidth("Forward") / 2, 175), color, "Forward"); } events.wait(2); -- cgit v1.2.3