Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
jameds committed Feb 22, 2020
2 parents 76f26cd + f6df71b commit af12f26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/d_clisrv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 2 additions & 0 deletions src/w_wad.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit af12f26

Please sign in to comment.