mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-12-16 06:00:33 +01:00
engine: client: vgui: unload client DLLL if no vgui_support export was found
This commit is contained in:
parent
d1de9e2802
commit
b82d0bad7a
@ -163,6 +163,10 @@ void VGui_Startup( const char *clientlib, int width, int height )
|
||||
vgui.initialized = true;
|
||||
Con_Reportf( "vgui_support: found internal client support\n" );
|
||||
}
|
||||
else
|
||||
{
|
||||
COM_FreeLibrary( s_pVGuiSupport );
|
||||
}
|
||||
}
|
||||
|
||||
if( !vgui.initialized )
|
||||
|
Loading…
Reference in New Issue
Block a user