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
|
@ -509,7 +509,7 @@ void S_Init( void )
|
|||
|
||||
if( started ) {
|
||||
if( !S_ValidSoundInterface( &si ) ) {
|
||||
Com_Error( ERR_FATAL, "Sound interface invalid." );
|
||||
Com_Error( ERR_FATAL, "Sound interface invalid" );
|
||||
}
|
||||
|
||||
S_SoundInfo( );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue