mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'fix-wrong-mainwads'
This commit is contained in:
commit
7568e84f2e
1 changed files with 6 additions and 0 deletions
|
|
@ -194,6 +194,12 @@ UINT8 *PutFileNeeded(UINT16 firstfile)
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
|
/* don't send mainwads!! */
|
||||||
|
#ifdef DEVELOP
|
||||||
|
if (i <= mainwads)
|
||||||
|
filestatus += (2 << 4);
|
||||||
|
#endif
|
||||||
|
|
||||||
// Store in the upper four bits
|
// Store in the upper four bits
|
||||||
if (!cv_downloading.value)
|
if (!cv_downloading.value)
|
||||||
filestatus += (2 << 4); // Won't send
|
filestatus += (2 << 4); // Won't send
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue