Fix NOMD5 compiling

This commit is contained in:
James R 2020-02-21 21:05:33 -08:00
parent a1cf58cf7f
commit f6df71ba54
2 changed files with 4 additions and 0 deletions

View File

@ -3945,7 +3945,9 @@ static void HandlePacketFromPlayer(SINT8 node)
INT32 netconsole;
tic_t realend, realstart;
UINT8 *pak, *txtpak, numtxtpak;
#ifndef NOMD5
UINT8 finalmd5[16];/* Well, it's the cool thing to do? */
#endif
txtpak = NULL;

View File

@ -670,7 +670,9 @@ UINT16 W_InitFile(const char *filename, boolean mainfile, boolean startup)
wadfile_t *wadfile;
restype_t type;
UINT16 numlumps = 0;
#ifndef NOMD5
size_t i;
#endif
size_t packetsize;
UINT8 md5sum[16];
boolean important;