mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-30 02:06:27 +00:00
DEVELOP: don't let clients download mainwads
This commit is contained in:
parent
e28295635c
commit
b89bf775df
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
|
||||
|
||||
/* don't send mainwads!! */
|
||||
#ifdef DEVELOP
|
||||
if (i <= mainwads)
|
||||
filestatus += (2 << 4);
|
||||
#endif
|
||||
|
||||
// Store in the upper four bits
|
||||
if (!cv_downloading.value)
|
||||
filestatus += (2 << 4); // Won't send
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue