mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-12-04 01:41:56 +00:00
- Don't show the iwad selection box with -iwad.
This commit is contained in:
parent
299cd93a3f
commit
aad005c688
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue