silence Unix only message for missing files that are allowed to be missing.

This commit is contained in:
Christoph Oelckers 2024-01-12 00:28:00 +01:00
parent 21db5d33c2
commit 3299e0b8c0

View file

@ -90,7 +90,7 @@ bool D_AddFile(std::vector<std::string>& wadfiles, const char* file, bool check,
closedir(d);
if (!found)
{
Printf("Can't find file '%s' in '%s'\n", filename.GetChars(), basepath.GetChars());
//Printf("Can't find file '%s' in '%s'\n", filename.GetChars(), basepath.GetChars());
return false;
}
}