mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 20:11:47 +00:00
Fix TESTERS build creation by not including GotOurIP, which is never called in those
This commit is contained in:
parent
eaf11a1d13
commit
1d8b33833e
1 changed files with 2 additions and 0 deletions
|
|
@ -4137,6 +4137,7 @@ void CL_RemoveSplitscreenPlayer(UINT8 p)
|
||||||
SendKick(p, KICK_MSG_PLAYER_QUIT);
|
SendKick(p, KICK_MSG_PLAYER_QUIT);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifndef TESTERS
|
||||||
static void GotOurIP(UINT32 address)
|
static void GotOurIP(UINT32 address)
|
||||||
{
|
{
|
||||||
const unsigned char * p = (const unsigned char *)&address;
|
const unsigned char * p = (const unsigned char *)&address;
|
||||||
|
|
@ -4145,6 +4146,7 @@ static void GotOurIP(UINT32 address)
|
||||||
#endif
|
#endif
|
||||||
ourIP = address;
|
ourIP = address;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
// is there a game running
|
// is there a game running
|
||||||
boolean Playing(void)
|
boolean Playing(void)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue