Skip to content
Snippets Groups Projects
Commit d5e1c1af authored by James R.'s avatar James R.
Browse files

Add a comment by Sryder's request

parent 7f99ebc6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment