engine: client: let loading custom menu dll with -menulib command line switch

This commit is contained in:
Alibek Omarov
2025-04-09 17:35:33 +03:00
parent 71d31330f9
commit 9054b11ebd
4 changed files with 13 additions and 1 deletions

View File

@@ -328,6 +328,9 @@ void FS_Init( const char *basedir )
if( !Sys_GetParmFromCmdLine( "-clientlib", host.clientlib ))
host.clientlib[0] = 0;
if( !Sys_GetParmFromCmdLine( "-menulib", host.menulib ))
host.menulib[0] = 0;
}
/*