engine: client: ref_common: fix missing newline in Host_Error
This commit is contained in:
parent
b39378a6da
commit
a07f81820c
1 changed files with 1 additions and 1 deletions
|
@ -691,7 +691,7 @@ qboolean R_Init( void )
|
|||
|
||||
if( !success )
|
||||
{
|
||||
Host_Error( "Can't initialize any renderer. Check your video drivers!" );
|
||||
Host_Error( "Can't initialize any renderer. Check your video drivers!\n" );
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue