Added missing registration of sv_maxtic
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1060 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
55fba7d181
commit
4d9407b887
1 changed files with 1 additions and 0 deletions
|
@ -257,6 +257,7 @@ void Sys_Init (void)
|
|||
{
|
||||
Cvar_Register (&sys_nostdout, "System configuration");
|
||||
Cvar_Register (&sys_extrasleep, "System configuration");
|
||||
Cvar_Register (&sys_maxtic, "System configuration");
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue