mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
lib: restore dll loader support
This commit is contained in:
@@ -318,7 +318,7 @@ void VGui_Startup( const char *clientlib, int width, int height )
|
||||
width = 1280;
|
||||
else if( width <= 1600 )
|
||||
width = 1600;
|
||||
#ifdef DLL_LOADER
|
||||
#ifdef XASH_DLL_LOADER
|
||||
else if ( Q_strstr( vguiloader, ".dll" ) )
|
||||
width = 1600;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user