moved a few things out of the common code that should be defined privately.

This commit is contained in:
Christoph Oelckers 2024-02-04 13:54:25 +01:00
commit f1db369883
6 changed files with 6 additions and 8 deletions

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;
}
}