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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sat Jul 22 02:45:06 CEST 2006


Revision: 23549
Author:   lordhoto
Date:     2006-07-21 17:44:56 -0700 (Fri, 21 Jul 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=23549&view=rev

Log Message:
-----------
Changing usage of FSNode::displayName to FSNode::path

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/resource.cpp
Modified: scummvm/trunk/engines/kyra/resource.cpp
===================================================================
--- scummvm/trunk/engines/kyra/resource.cpp	2006-07-21 21:46:19 UTC (rev 23548)
+++ scummvm/trunk/engines/kyra/resource.cpp	2006-07-22 00:44:56 UTC (rev 23549)
@@ -73,8 +73,8 @@
 		Common::String filename = file->path();
 		filename.toUppercase();
 		if (filename.hasSuffix("PAK") || filename.hasSuffix("APK")) {
-			if (!loadPakFile(file->displayName())) {
-				error("couldn't open pakfile '%s'", file->displayName().c_str());
+			if (!loadPakFile(file->path())) {
+				error("couldn't open pakfile '%s'", file->path().c_str());
 			}
 		}
 	}


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