Merge branch 'fix-tester-compile' into 'master'

Fix TESTERS build creation by not including GotOurIP, which is never called in those

See merge request KartKrew/Kart!1179
This commit is contained in:
AJ Martinez 2023-04-18 08:44:48 +00:00
commit d18bc306b6

View file

@ -4137,6 +4137,7 @@ void CL_RemoveSplitscreenPlayer(UINT8 p)
SendKick(p, KICK_MSG_PLAYER_QUIT);
}
#ifndef TESTERS
static void GotOurIP(UINT32 address)
{
const unsigned char * p = (const unsigned char *)&address;
@ -4145,6 +4146,7 @@ static void GotOurIP(UINT32 address)
#endif
ourIP = address;
}
#endif
// is there a game running
boolean Playing(void)