Browse Source

engine: client: ref_common: fix missing newline in Host_Error

pull/2/head
Alibek Omarov 1 year ago
parent
commit
a07f81820c
  1. 2
      engine/client/ref_common.c

2
engine/client/ref_common.c

@ -691,7 +691,7 @@ qboolean R_Init( void ) @@ -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…
Cancel
Save