From c175acb75d28b87464f681b6918ea3b131ed4d9b Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Sun, 8 Apr 2012 05:12:03 +0000 Subject: [PATCH] - Fixed: Passing hexdd.wad with a path to the -iwad parameter would disable searching the standard paths for hexen.wad. SVN r3541 (trunk) --- src/d_iwad.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/d_iwad.cpp b/src/d_iwad.cpp index 705ff2f72..0bad0c3ed 100644 --- a/src/d_iwad.cpp +++ b/src/d_iwad.cpp @@ -413,7 +413,7 @@ int FIWadManager::IdentifyVersion (TArray &wadfiles, const char *iwad, } } - if (iwadparm == NULL || wads[0].Path.IsEmpty()) + if (iwadparm == NULL || wads[0].Path.IsEmpty() || mIWads[wads[0].Type].Required.IsNotEmpty()) { if (GameConfig->SetSection ("IWADSearch.Directories")) {