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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Wed May 3 03:13:02 CEST 2006


Revision: 22296
Author:   fingolfin
Date:     2006-05-03 03:12:42 -0700 (Wed, 03 May 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22296&view=rev

Log Message:
-----------
Use FilesystemNode, never AbstractFilesystemNode (which is for internal use only)

Modified Paths:
--------------
    scummvm/trunk/engines/sword1/sword1.cpp
Modified: scummvm/trunk/engines/sword1/sword1.cpp
===================================================================
--- scummvm/trunk/engines/sword1/sword1.cpp	2006-05-03 09:33:41 UTC (rev 22295)
+++ scummvm/trunk/engines/sword1/sword1.cpp	2006-05-03 10:12:42 UTC (rev 22296)
@@ -91,7 +91,7 @@
 		} else {
 			for (int cnt = 0; cnt < ARRAYSIZE(g_dirNames); cnt++)
 				if (scumm_stricmp(file->displayName().c_str(), g_dirNames[cnt]) == 0)
-					Sword1CheckDirectory(file->listDir(AbstractFilesystemNode::kListFilesOnly), filesFound);
+					Sword1CheckDirectory(file->listDir(FilesystemNode::kListFilesOnly), filesFound);
 		}
 	}
 }


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