From 4ef890d6d06e9d5e0f695af5d6390d23b5d9fcbe Mon Sep 17 00:00:00 2001
From: Will Thompson <will@willthompson.co.uk>
Date: Sat, 4 Sep 2010 13:53:54 +0100
Subject: [PATCH] Remove untrue "not yet implemented" from inventory controls

These keys seem to have been implemented at some point, but the help
screen was not updated to reflect that.

Signed-off-by: Will Thompson <will@willthompson.co.uk>
---
 engines/scumm/help.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/engines/scumm/help.cpp b/engines/scumm/help.cpp
index d9bdf51..e15c4a5 100644
--- a/engines/scumm/help.cpp
+++ b/engines/scumm/help.cpp
@@ -254,7 +254,7 @@ void ScummHelp::updateStrings(byte gameId, byte version, Common::Platform platfo
 	case 4:
 		title = "Other game controls:";
 		if (version <= 2) {
-			ADD_TEXT("Inventory: (not yet implemented)");
+			ADD_TEXT("Inventory:");
 			ADD_BIND("u", "Scroll list up");
 			ADD_BIND("j", "Scroll list down");
 			ADD_BIND("i", "Upper left item");
-- 
1.7.1

