Fixes wierd lightning gun bugs, and probably a few others.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1440 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
2f5a4ddfc5
commit
0aef4f873e
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ cvar_t cl_indepphysics = {"cl_indepphysics", "0"};
|
|||
|
||||
cvar_t localid = {"localid", ""};
|
||||
|
||||
cvar_t cl_antibunch = {"cl_antibunch", "0.013"};
|
||||
cvar_t cl_antibunch = {"cl_antibunch", "0"};
|
||||
|
||||
static qboolean allowremotecmd = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue