Even more conversion, lots of superfluous macro removal
This commit is contained in:
+2
-2
@@ -194,7 +194,7 @@ void WINS_Shutdown (void)
|
||||
|
||||
//=============================================================================
|
||||
|
||||
void WINS_Listen (qboolean state)
|
||||
void WINS_Listen (bool state)
|
||||
{
|
||||
// enable listening
|
||||
if (state)
|
||||
@@ -310,7 +310,7 @@ static int PartialIPAddress (const char *in, struct qsockaddr *hostaddr)
|
||||
}
|
||||
|
||||
if (*b++ == ':')
|
||||
port = Q_atoi(b);
|
||||
port = std::atoi(b);
|
||||
else
|
||||
port = net_hostport;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user