mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00:00
client: vgui: don't fail if client path not given
This commit is contained in:
parent
09ae961221
commit
f3d8a2bcb0
@ -329,7 +329,10 @@ void VGui_Startup( const char *clientlib, int width, int height )
|
|||||||
//host.mouse_visible = true;
|
//host.mouse_visible = true;
|
||||||
vgui.Startup( width, height );
|
vgui.Startup( width, height );
|
||||||
}
|
}
|
||||||
else failed = true;
|
else if ( COM_CheckString( clientlib ) )
|
||||||
|
{
|
||||||
|
failed = true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user