mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-14 13:51:31 +00:00
Add a comment by Sryder's request
This commit is contained in:
parent
7f99ebc692
commit
d5e1c1af42
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ UINT8 *PutFileNeeded(UINT16 firstfile)
|
||||||
|
|
||||||
nameonly(strcpy(wadfilename, wadfiles[i]->filename));
|
nameonly(strcpy(wadfilename, wadfiles[i]->filename));
|
||||||
|
|
||||||
|
// Look below at the WRITE macros to understand what these numbers mean.
|
||||||
if (p + 1 + 4 + strlen(wadfilename) + 1 + 16 > p_start + MAXFILENEEDED)
|
if (p + 1 + 4 + strlen(wadfilename) + 1 + 16 > p_start + MAXFILENEEDED)
|
||||||
{
|
{
|
||||||
// Too many files to send all at once
|
// Too many files to send all at once
|
||||||
|
|
Loading…
Reference in a new issue