Process commandlets without always initializing the entire engine

This commit is contained in:
Magnus Norddahl 2025-01-07 10:55:48 +01:00
commit 794cfd78c8
12 changed files with 110 additions and 25 deletions

View file

@ -759,7 +759,7 @@ int FIWadManager::IdentifyVersion (std::vector<std::string>&wadfiles, const char
{
if (RunningAsTool)
{
Printf("Please specify which iwad to use with -iwad\n");
I_FatalError("Please specify which iwad to use with -iwad\n");
return -1;
}