[Scummvm-cvs-logs] SF.net SVN: scummvm: [23555] scummvm/trunk/engines/gob/gob.cpp

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


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

Log Message:
-----------
Using FilesystemNode::name instead of FilesystemNode::displayName in the Gobliiins detector code too.

Modified Paths:
--------------
    scummvm/trunk/engines/gob/gob.cpp
Modified: scummvm/trunk/engines/gob/gob.cpp
===================================================================
--- scummvm/trunk/engines/gob/gob.cpp	2006-07-22 14:28:39 UTC (rev 23554)
+++ scummvm/trunk/engines/gob/gob.cpp	2006-07-22 14:36:09 UTC (rev 23555)
@@ -338,7 +338,7 @@
 			continue;
 
 		// All the supported games have an intro.stk file.
-		if (scumm_stricmp(file->displayName().c_str(), "intro.stk") == 0)
+		if (scumm_stricmp(file->name().c_str(), "intro.stk") == 0)
 			break;
 	}
 


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