Minor optimisation. (I'm picking at this branch! I should stop doing that and work on something else.)

This commit is contained in:
toasterbabe 2017-05-27 15:10:16 +01:00
parent d685060aef
commit 2c7fb73432
1 changed files with 2 additions and 2 deletions

View File

@ -118,8 +118,8 @@ UINT8 *PutFileNeeded(void)
// If it has only music/sound lumps, don't put it in the list
if (!wadfiles[i]->important)
continue;
else
filestatus = 1; // Importance - not really used any more, holds 1 by default for backwards compat with MS
filestatus = 1; // Importance - not really used any more, holds 1 by default for backwards compat with MS
// Store in the upper four bits
if (!cv_downloading.value)