ref_gl: make renderer fallback possible
This commit is contained in:
parent
bef873e1f8
commit
c80da05e94
1 changed files with 2 additions and 2 deletions
|
@ -959,8 +959,8 @@ qboolean R_Init( void )
|
||||||
{
|
{
|
||||||
GL_RemoveCommands();
|
GL_RemoveCommands();
|
||||||
gEngfuncs.R_Free_Video();
|
gEngfuncs.R_Free_Video();
|
||||||
|
// Why? Host_Error again???
|
||||||
gEngfuncs.Host_Error( "Can't initialize video subsystem\nProbably driver was not installed" );
|
// gEngfuncs.Host_Error( "Can't initialize video subsystem\nProbably driver was not installed" );
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue