Ticket #9206: 0001-Remove-untrue-not-yet-implemented-from-inventory-con.patch

File 0001-Remove-untrue-not-yet-implemented-from-inventory-con.patch, 1007 bytes (added by SF/gnodez, 14 years ago)

Remove untrue "not yet implemented" from inventory controls

  • engines/scumm/help.cpp

    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  
    254254        case 4:
    255255                title = "Other game controls:";
    256256                if (version <= 2) {
    257                         ADD_TEXT("Inventory: (not yet implemented)");
     257                        ADD_TEXT("Inventory:");
    258258                        ADD_BIND("u", "Scroll list up");
    259259                        ADD_BIND("j", "Scroll list down");
    260260                        ADD_BIND("i", "Upper left item");