mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-21 18:32:08 +00:00
Fix stupid NONET
This commit is contained in:
parent
a6e59cbb24
commit
679bfa21ed
2 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue