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
|
@ -227,7 +227,7 @@ S_AL_BufferUseDefault
|
|||
static void S_AL_BufferUseDefault(sfxHandle_t sfx)
|
||||
{
|
||||
if(sfx == default_sfx)
|
||||
Com_Error(ERR_FATAL, "Can't load default sound effect %s\n", knownSfx[sfx].filename);
|
||||
Com_Error(ERR_FATAL, "Can't load default sound effect %s", knownSfx[sfx].filename);
|
||||
|
||||
Com_Printf( S_COLOR_YELLOW "WARNING: Using default sound for %s\n", knownSfx[sfx].filename);
|
||||
knownSfx[sfx].isDefault = qtrue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue