Add a comment by Sryder's request

This commit is contained in:
James R 2019-06-20 15:24:50 -07:00
parent 7f99ebc692
commit d5e1c1af42
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@ UINT8 *PutFileNeeded(UINT16 firstfile)
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)
{
// Too many files to send all at once