aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/help.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/help.cpp')
-rw-r--r--engines/scumm/help.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/help.cpp b/engines/scumm/help.cpp
index d9bdf51d19..e15c4a5592 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");