Skip to content

Commit

Permalink
- Don't show the iwad selection box with -iwad.
Browse files Browse the repository at this point in the history
  • Loading branch information
drfrag666 committed Jun 21, 2020
1 parent 299cd93 commit aad005c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/d_iwad.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit aad005c

Please sign in to comment.