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
|
b
|
void ScummHelp::updateStrings(byte gameId, byte version, Common::Platform platfo
|
254 | 254 | case 4: |
255 | 255 | title = "Other game controls:"; |
256 | 256 | if (version <= 2) { |
257 | | ADD_TEXT("Inventory: (not yet implemented)"); |
| 257 | ADD_TEXT("Inventory:"); |
258 | 258 | ADD_BIND("u", "Scroll list up"); |
259 | 259 | ADD_BIND("j", "Scroll list down"); |
260 | 260 | ADD_BIND("i", "Upper left item"); |