Put default value of player hull width in a cvar.
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user