Fix stupid NONET

(cherry picked from commit 679bfa21edec6b652def93082da5586e6c755678)
This commit is contained in:
James R 2020-08-29 17:51:59 -07:00
parent 95a026c98d
commit daf6e66268
2 changed files with 1 additions and 2 deletions

View file

@ -2106,7 +2106,6 @@ static boolean CL_ServerConnectionSearchTicker(tic_t *asksent)
*asksent = I_GetTime();
}
#else
(void)viams;
(void)asksent;
// No netgames, so we skip this state.
cl_mode = CL_ASKJOIN;

View file

@ -673,7 +673,7 @@ extern const char *compdate, *comptime, *comprevision, *compbranch;
/// Hardware renderer: OpenGL
#define GL_SHADERS
#ifdef HAVE_CURL
#if defined (HAVE_CURL) && ! defined (NONET)
#define MASTERSERVER
#else
#undef UPDATE_ALERT