From 2c755778f4053154d1354a14d3c203c749287b9f Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Sat, 21 Apr 2018 11:16:33 +0300 Subject: [PATCH] Deprecate secure parameter --- engine/common/host.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/engine/common/host.c b/engine/common/host.c index c7f60b40..df4222eb 100644 --- a/engine/common/host.c +++ b/engine/common/host.c @@ -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();