lib: restore dll loader support

This commit is contained in:
mittorn
2020-01-19 07:38:37 +07:00
parent 22dc5b7416
commit bbd033c254
7 changed files with 29 additions and 22 deletions

View File

@@ -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