mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-24 02:40:41 +01:00
Deprecate secure parameter
This commit is contained in:
parent
9ab3300b76
commit
2c755778f4
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user