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
|
@ -304,7 +304,7 @@ BotImport_HunkAlloc
|
|||
*/
|
||||
static void *BotImport_HunkAlloc( int size ) {
|
||||
if( Hunk_CheckMark() ) {
|
||||
Com_Error( ERR_DROP, "SV_Bot_HunkAlloc: Alloc with marks already set\n" );
|
||||
Com_Error( ERR_DROP, "SV_Bot_HunkAlloc: Alloc with marks already set" );
|
||||
}
|
||||
return Hunk_Alloc( size, h_high );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue