Put default value of player hull width in a cvar.

This commit is contained in:
Greyscale
2009-07-02 01:39:57 -07:00
parent 03d226ad59
commit 3f5c477e08
3 changed files with 7 additions and 1 deletions

View File

@ -507,6 +507,10 @@ zr_ambientsounds_volume "0.8"
// Default: "1"
zr_antistick "1"
// The default width of player models, don't touch if you don't know what you're doing. [Dependency: zr_antistick]
// Default: "32.0"
zr_antistick_default_width "32.0"
// File to store antistick model hull data. [Dependency: zr_antistick]
// Default: "data/antistick.dat"
zr_antistick_file_path "data/antistick.dat"