[Scummvm-cvs-logs] SF.net SVN: scummvm: [23554] scummvm/trunk/engines/kyra/plugin.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sat Jul 22 16:28:43 CEST 2006


Revision: 23554
Author:   lordhoto
Date:     2006-07-22 07:28:39 -0700 (Sat, 22 Jul 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=23554&view=rev

Log Message:
-----------
Changes usage of FilesystemNode::name to FilesystemNode::displayName in the detector code.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/plugin.cpp
Modified: scummvm/trunk/engines/kyra/plugin.cpp
===================================================================
--- scummvm/trunk/engines/kyra/plugin.cpp	2006-07-22 14:14:16 UTC (rev 23553)
+++ scummvm/trunk/engines/kyra/plugin.cpp	2006-07-22 14:28:39 UTC (rev 23554)
@@ -181,7 +181,7 @@
 			continue;
 
 		for (g = kyra_games; g->gameid; g++) {
-			if (scumm_stricmp(file->displayName().c_str(), g->checkFile) == 0)
+			if (scumm_stricmp(file->name().c_str(), g->checkFile) == 0)
 				isFound = true;
 		}
 


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