From ba1d97211fc20a838571c2821bf653990d5ef3a2 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 9 Feb 2010 22:37:13 +0000 Subject: Remove last traces of File::addDefaultDirectory svn-id: r48027 --- engines/draci/draci.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/draci') diff --git a/engines/draci/draci.cpp b/engines/draci/draci.cpp index 2946b57019..31b2c28679 100644 --- a/engines/draci/draci.cpp +++ b/engines/draci/draci.cpp @@ -79,7 +79,7 @@ DraciEngine::DraciEngine(OSystem *syst, const ADGameDescription *gameDesc) // Do not initialize graphics here // However this is the place to specify all default directories - //Common::File::addDefaultDirectory(_gameDataPath + "sound/"); + //SearchMan.addSubDirectoryMatching(_gameDataDir, "sound"); // Here is the right place to set up the engine specific debug levels Common::addDebugChannel(kDraciGeneralDebugLevel, "general", "Draci general debug info"); -- cgit v1.2.3