SV_GenContext: Guard #ifndef TESTERS

Fixes compiling TESTERS builds
This commit is contained in:
toaster 2023-09-26 23:16:19 +01:00
parent 50ae488934
commit f522cae573

View file

@ -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