|
|
|
@ -430,16 +430,12 @@ static qboolean R_LoadProgs( const char *name )
@@ -430,16 +430,12 @@ static qboolean R_LoadProgs( const char *name )
|
|
|
|
|
return false; |
|
|
|
|
} |
|
|
|
|
#else |
|
|
|
|
if( !(ref.hInstance = COM_LoadLibrary( name, false, true ) )) |
|
|
|
|
{ |
|
|
|
|
FS_AllowDirectPaths( true ); |
|
|
|
|
if( !(ref.hInstance = COM_LoadLibrary( name, false, true ) )) |
|
|
|
|
{ |
|
|
|
|
FS_AllowDirectPaths( false ); |
|
|
|
|
return false; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
FS_AllowDirectPaths( false ); |
|
|
|
|