mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-31 09:01:54 +00:00
Remove newlines from Com_Error message format strings, patch by DevHC
This commit is contained in:
parent
59271903a2
commit
c95bd0a684
20 changed files with 60 additions and 60 deletions
|
@ -139,7 +139,7 @@ void SV_Netchan_TransmitNextFragment( client_t *client ) {
|
|||
{
|
||||
// make sure the netchan queue has been properly initialized (you never know)
|
||||
if ((!client->netchan_end_queue) && (client->state >= CS_CONNECTED)) {
|
||||
Com_Error(ERR_DROP, "netchan queue is not properly initialized in SV_Netchan_TransmitNextFragment\n");
|
||||
Com_Error(ERR_DROP, "netchan queue is not properly initialized in SV_Netchan_TransmitNextFragment");
|
||||
}
|
||||
// the last fragment was transmitted, check wether we have queued messages
|
||||
if (client->netchan_start_queue) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue