From c80da05e94ad693be517a5b39f5b399f23127a38 Mon Sep 17 00:00:00 2001 From: mittorn Date: Wed, 8 Jul 2020 08:46:07 +0700 Subject: [PATCH] ref_gl: make renderer fallback possible --- ref_gl/gl_opengl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ref_gl/gl_opengl.c b/ref_gl/gl_opengl.c index 2305e723..5843aa19 100644 --- a/ref_gl/gl_opengl.c +++ b/ref_gl/gl_opengl.c @@ -959,8 +959,8 @@ qboolean R_Init( void ) { GL_RemoveCommands(); gEngfuncs.R_Free_Video(); - - gEngfuncs.Host_Error( "Can't initialize video subsystem\nProbably driver was not installed" ); +// Why? Host_Error again??? +// gEngfuncs.Host_Error( "Can't initialize video subsystem\nProbably driver was not installed" ); return false; }