mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-01-22 09:31:11 +00:00
IOQ3 commit 2344
This commit is contained in:
parent
f45519a018
commit
a25b2319d3
1 changed files with 1 additions and 0 deletions
|
@ -3201,6 +3201,7 @@ void CL_InitRef( void ) {
|
|||
|
||||
if(!(rendererLib = Sys_LoadDll(dllName, qfalse)) && strcmp(cl_renderer->string, cl_renderer->resetString))
|
||||
{
|
||||
Com_Printf("failed:\n\"%s\"\n", Sys_LibraryError());
|
||||
Cvar_ForceReset("cl_renderer");
|
||||
|
||||
Com_sprintf(dllName, sizeof(dllName), "renderer_opengl1_" ARCH_STRING DLL_EXT);
|
||||
|
|
Loading…
Reference in a new issue