mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +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,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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue