Process commandlets without always initializing the entire engine
This commit is contained in:
parent
5491aecd5f
commit
794cfd78c8
12 changed files with 110 additions and 25 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue