Merge branch 'nomd5-crash' into 'master'

Fix crash under NOMD5

See merge request STJr/SRB2!807
This commit is contained in:
James R 2020-02-23 18:15:04 -05:00
commit 95b8f950b4
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
#include <time.h>
#if (defined (NOMD5) || defined (NOMSERV)) && !defined (NONET)
#if (defined (NOMSERV)) && !defined (NONET)
#define NONET
#endif