diff --git a/src/d_netfil.c b/src/d_netfil.c index 99a05840..fa99d8f7 100644 --- a/src/d_netfil.c +++ b/src/d_netfil.c @@ -114,7 +114,7 @@ UINT8 *PutFileNeeded(void) char wadfilename[MAX_WADPATH] = ""; UINT8 filestatus; - for (i = 0; i < numwadfiles; i++) + for (i = mainwads+1; i < numwadfiles; i++) { // If it has only music/sound lumps, don't put it in the list if (!wadfiles[i]->important)