mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-17 18:21:10 +00:00
Minor optimisation. (I'm picking at this branch! I should stop doing that and work on something else.)
This commit is contained in:
parent
d685060aef
commit
2c7fb73432
1 changed files with 2 additions and 2 deletions
|
@ -118,7 +118,7 @@ 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
|
||||
|
||||
// Store in the upper four bits
|
||||
|
|
Loading…
Reference in a new issue