Skip to content

Commit

Permalink
- Present the iwad selection box also with only one iwad.
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/d_iwad.cpp
  • Loading branch information
drfrag666 committed Jul 8, 2021
1 parent e14c8cc commit 5bede97
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 @@ -529,7 +529,7 @@ int FIWadManager::IdentifyVersion (TArray<FString> &wadfiles, const char *iwad,

pickwad = 0;

if (!iwadparmfound && numwads > 1)
if (!iwadparmfound && numwads > 0)
{
int defiwad = 0;

Expand Down

0 comments on commit 5bede97

Please sign in to comment.