Deprecate secure parameter

This commit is contained in:
Alibek Omarov 2018-04-21 11:16:33 +03:00
parent 9ab3300b76
commit 2c755778f4
1 changed files with 3 additions and 0 deletions

View File

@ -826,6 +826,8 @@ void Host_InitCommon( int argc, char **argv, const char *progname, qboolean bCha
FS_LoadGameInfo( NULL );
Q_strncpy( host.gamefolder, GI->gamefolder, sizeof( host.gamefolder ));
// DEPRECATED: by FWGS fork
#if 0
if( GI->secure )
{
// clear all developer levels when game is protected
@ -834,6 +836,7 @@ void Host_InitCommon( int argc, char **argv, const char *progname, qboolean bCha
host.con_showalways = false;
host.allow_console = false;
}
#endif
HPAK_Init();
IN_Init();