[Scummvm-cvs-logs] SF.net SVN: scummvm:[52530] scummvm/trunk/engines/scumm/help.cpp

sev at users.sourceforge.net sev at users.sourceforge.net
Sat Sep 4 20:03:36 CEST 2010


Revision: 52530
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52530&view=rev
Author:   sev
Date:     2010-09-04 18:03:35 +0000 (Sat, 04 Sep 2010)

Log Message:
-----------
SCUMM: Patch #3059327

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

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/help.cpp

Modified: scummvm/trunk/engines/scumm/help.cpp
===================================================================
--- scummvm/trunk/engines/scumm/help.cpp	2010-09-04 17:30:39 UTC (rev 52529)
+++ scummvm/trunk/engines/scumm/help.cpp	2010-09-04 18:03:35 UTC (rev 52530)
@@ -254,7 +254,7 @@
 	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");


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list