mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-14 13:51:31 +00:00
Fix stupid NONET
(cherry picked from commit 679bfa21edec6b652def93082da5586e6c755678)
This commit is contained in:
parent
95a026c98d
commit
daf6e66268
2 changed files with 1 additions and 2 deletions
|
@ -2106,7 +2106,6 @@ static boolean CL_ServerConnectionSearchTicker(tic_t *asksent)
|
||||||
*asksent = I_GetTime();
|
*asksent = I_GetTime();
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
(void)viams;
|
|
||||||
(void)asksent;
|
(void)asksent;
|
||||||
// No netgames, so we skip this state.
|
// No netgames, so we skip this state.
|
||||||
cl_mode = CL_ASKJOIN;
|
cl_mode = CL_ASKJOIN;
|
||||||
|
|
|
@ -673,7 +673,7 @@ extern const char *compdate, *comptime, *comprevision, *compbranch;
|
||||||
/// Hardware renderer: OpenGL
|
/// Hardware renderer: OpenGL
|
||||||
#define GL_SHADERS
|
#define GL_SHADERS
|
||||||
|
|
||||||
#ifdef HAVE_CURL
|
#if defined (HAVE_CURL) && ! defined (NONET)
|
||||||
#define MASTERSERVER
|
#define MASTERSERVER
|
||||||
#else
|
#else
|
||||||
#undef UPDATE_ALERT
|
#undef UPDATE_ALERT
|
||||||
|
|
Loading…
Reference in a new issue