[Scummvm-cvs-logs] SF.net SVN: scummvm:[49949] scummvm/trunk/engines/sci/console.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Thu Jun 17 22:49:33 CEST 2010


Revision: 49949
          http://scummvm.svn.sourceforge.net/scummvm/?rev=49949&view=rev
Author:   thebluegr
Date:     2010-06-17 20:49:33 +0000 (Thu, 17 Jun 2010)

Log Message:
-----------
Fixed the selector console command (don't change the selector name to lowercase...)

Modified Paths:
--------------
    scummvm/trunk/engines/sci/console.cpp

Modified: scummvm/trunk/engines/sci/console.cpp
===================================================================
--- scummvm/trunk/engines/sci/console.cpp	2010-06-17 20:24:01 UTC (rev 49948)
+++ scummvm/trunk/engines/sci/console.cpp	2010-06-17 20:49:33 UTC (rev 49949)
@@ -488,7 +488,6 @@
 	}
 
 	Common::String name = argv[1];
-	name.toLowercase();
 	int seeker = _engine->getKernel()->findSelector(name.c_str());
 	if (seeker >= 0) {
 		DebugPrintf("Selector %s found at %03x (%d)\n", name.c_str(), seeker, seeker);


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