mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
SV_GenContext: Guard #ifndef TESTERS
Fixes compiling TESTERS builds
This commit is contained in:
parent
50ae488934
commit
f522cae573
1 changed files with 2 additions and 0 deletions
|
|
@ -3803,6 +3803,7 @@ void SV_ResetServer(void)
|
||||||
DEBFILE("\n-=-=-=-=-=-=-= Server Reset =-=-=-=-=-=-=-\n\n");
|
DEBFILE("\n-=-=-=-=-=-=-= Server Reset =-=-=-=-=-=-=-\n\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifndef TESTERS
|
||||||
static void SV_GenContext(void)
|
static void SV_GenContext(void)
|
||||||
{
|
{
|
||||||
UINT8 i;
|
UINT8 i;
|
||||||
|
|
@ -3821,6 +3822,7 @@ static void SV_GenContext(void)
|
||||||
strncpy(connectedservername, cv_servername.string, MAXSERVERNAME);
|
strncpy(connectedservername, cv_servername.string, MAXSERVERNAME);
|
||||||
strncpy(connectedservercontact, cv_server_contact.string, MAXSERVERCONTACT);
|
strncpy(connectedservercontact, cv_server_contact.string, MAXSERVERCONTACT);
|
||||||
}
|
}
|
||||||
|
#endif // TESTERS
|
||||||
|
|
||||||
//
|
//
|
||||||
// D_QuitNetGame
|
// D_QuitNetGame
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue