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
|
@ -502,7 +502,7 @@ vm_t *VM_Restart( vm_t *vm ) {
|
|||
Com_Printf( "VM_Restart()\n" );
|
||||
|
||||
if( !( header = VM_LoadQVM( vm, qfalse ) ) ) {
|
||||
Com_Error( ERR_DROP, "VM_Restart failed.\n" );
|
||||
Com_Error( ERR_DROP, "VM_Restart failed" );
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue