mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-04 07:52:22 +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 it has only music/sound lumps, don't put it in the list
|
||||||
if (!wadfiles[i]->important)
|
if (!wadfiles[i]->important)
|
||||||
continue;
|
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
|
// Store in the upper four bits
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue