mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-31 00:51:17 +00:00
REFACTOR [a vs an]
From /dev/humancontroller.
This commit is contained in:
parent
4bd24d3182
commit
f3e7012bdb
27 changed files with 39 additions and 39 deletions
|
@ -3954,7 +3954,7 @@ int CL_ServerStatus( char *serverAddress, char *serverStatusString, int maxLen )
|
|||
|
||||
// if this server status request has the same address
|
||||
if ( NET_CompareAdr( to, serverStatus->address) ) {
|
||||
// if we recieved an response for this server status request
|
||||
// if we received a response for this server status request
|
||||
if (!serverStatus->pending) {
|
||||
Q_strncpyz(serverStatusString, serverStatus->string, maxLen);
|
||||
serverStatus->retrieved = qtrue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue