mirror of
https://github.com/rehlds/rehlds.git
synced 2025-01-12 06:38:00 +03:00
IP
and IPX
allocation warnings move under -dev
arg (#1071)
This commit is contained in:
parent
28c205de11
commit
20c16bfad3
@ -1768,7 +1768,7 @@ void NET_GetLocalAddress()
|
||||
|
||||
if (noip)
|
||||
{
|
||||
Con_Printf("TCP/IP Disabled.\n");
|
||||
Con_DPrintf("TCP/IP Disabled.\n");
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -1823,7 +1823,7 @@ void NET_GetLocalAddress()
|
||||
#ifdef _WIN32
|
||||
if (noipx)
|
||||
{
|
||||
Con_Printf("No IPX Support.\n");
|
||||
Con_DPrintf("No IPX Support.\n");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user