diff options
author | Eugene Sandulenko | 2010-09-04 18:03:35 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2010-09-04 18:03:35 +0000 |
commit | 397209173425ed522ac9c86d8775df1dd4fbc624 (patch) | |
tree | 963638f59d08f2107889427fb89d98f519a9cc84 | |
parent | 8733cdb900d7a4ab869a69a9351516c466af7f37 (diff) | |
download | scummvm-rg350-397209173425ed522ac9c86d8775df1dd4fbc624.tar.gz scummvm-rg350-397209173425ed522ac9c86d8775df1dd4fbc624.tar.bz2 scummvm-rg350-397209173425ed522ac9c86d8775df1dd4fbc624.zip |
SCUMM: Patch #3059327
Patch #3059327: "Remove untrue "not yet implemented" from inventory controls"
svn-id: r52530
-rw-r--r-- | 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 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"); |