From b4223febd350ffaa2265570669e88a30642c4ca1 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 5 Aug 2004 11:13:00 +0000 Subject: Enhanced extrapath support svn-id: r14470 --- sword1/resman.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sword1') diff --git a/sword1/resman.cpp b/sword1/resman.cpp index 2cd0205286..69f7bb5a53 100644 --- a/sword1/resman.cpp +++ b/sword1/resman.cpp @@ -58,12 +58,6 @@ ResMan::~ResMan(void) { void ResMan::loadCluDescript(const char *fileName) { File resFile; resFile.open(fileName); - if (!resFile.isOpen()) { - // Uh-uh, file not found. Perhaps we're playing straight from CD2? - // Check the Extra Path. - const Common::String ePath = ConfMan.get("extrapath"); - resFile.open(fileName, File::kFileReadMode, ePath.c_str()); - } if (!resFile.isOpen()) { char msg[512]; -- cgit v1.2.3