Patch #3059327: "Remove untrue "not yet implemented" from inventory controls"

svn-id: r52530
This commit is contained in:
Eugene Sandulenko 2010-09-04 18:03:35 +00:00
parent 8733cdb900
commit 3972091734

View File

@ -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");