diff --git a/src/d_clisrv.c b/src/d_clisrv.c index 330dfa27c..9a636dd45 100644 --- a/src/d_clisrv.c +++ b/src/d_clisrv.c @@ -2566,7 +2566,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; diff --git a/src/doomdef.h b/src/doomdef.h index a51b66300..6645fb834 100644 --- a/src/doomdef.h +++ b/src/doomdef.h @@ -644,7 +644,7 @@ extern const char *compdate, *comptime, *comprevision, *compbranch; /// Maintain compatibility with older 2.2 demos #define OLD22DEMOCOMPAT -#ifdef HAVE_CURL +#if defined (HAVE_CURL) && ! defined (NONET) #define MASTERSERVER #else #undef UPDATE_ALERT