1
0
Fork 0
forked from fte/fteqw

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:
Spoike 2005-10-07 02:07:55 +00:00
parent 2f5a4ddfc5
commit 0aef4f873e

View file

@ -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;