Browse Source

engine: make sys_timescale non-cheat, like host_framerate

pull/2/head
Alibek Omarov 7 months ago
parent
commit
1e0107944f
  1. 2
      engine/common/host.c

2
engine/common/host.c

@ -52,7 +52,7 @@ struct tests_stats_s tests_stats; @@ -52,7 +52,7 @@ struct tests_stats_s tests_stats;
#endif
CVAR_DEFINE( host_developer, "developer", "0", FCVAR_FILTERABLE, "engine is in development-mode" );
CVAR_DEFINE_AUTO( sys_timescale, "1.0", FCVAR_CHEAT|FCVAR_FILTERABLE, "scale frame time" );
CVAR_DEFINE_AUTO( sys_timescale, "1.0", FCVAR_FILTERABLE, "scale frame time" );
CVAR_DEFINE_AUTO( sys_ticrate, "100", 0, "framerate in dedicated mode" );
static CVAR_DEFINE_AUTO( host_serverstate, "0", FCVAR_READ_ONLY, "displays current server state" );

Loading…
Cancel
Save