diff --git a/source/list/list.cpp b/source/list/list.cpp index c9e97259..13e6fa81 100644 --- a/source/list/list.cpp +++ b/source/list/list.cpp @@ -57,7 +57,7 @@ void CList::GetPaths(safe_vector &pathlist, string containing, string { for(safe_vector::iterator compare = compares.begin(); compare != compares.end(); compare++) { - if(dml && strcasestr(ent->d_name, (*compare).c_str()) != NULL) + if(strcasestr(ent->d_name, (*compare).c_str()) != NULL) { FoundDMLgame = true; //gprintf("Pushing %s to the list.\n", sfmt("%s/%s", (*templist).c_str(), ent->d_name).c_str());