- Don't show the iwad selection box with -iwad.

This commit is contained in:
drfrag 2020-06-21 15:49:37 +02:00
parent 299cd93a3f
commit aad005c688

View file

@ -687,7 +687,7 @@ int FIWadManager::IdentifyVersion (TArray<FString> &wadfiles, const char *iwad,
int pick = 0;
// Present the IWAD selection box.
if (picks.Size() > 0)
if (picks.Size() > 0 && !iwadparm)
{
// Locate the user's prefered IWAD, if it was found.
if (defaultiwad[0] != '\0')