Skip to content

Commit

Permalink
Fixed: Only process the default WAD list during startup if it has bee…
Browse files Browse the repository at this point in the history
…n populated.
  • Loading branch information
danij committed May 1, 2009
1 parent ff9403d commit e5e0f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/engine/portable/src/dd_main.c
Expand Up @@ -547,7 +547,7 @@ static int DD_StartupWorker(void *parm)

Con_SetProgress(40);

if(defaultWads)
if(defaultWads && defaultWads[0])
AddToWadList(defaultWads); // These must take precedence.
HandleArgs(1); // Only the WADs.

Expand Down

0 comments on commit e5e0f5f

Please sign in to comment.