mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2025-02-12 07:05:57 +00:00
Fix Team Arena chain gun weapon adjustment
This commit is contained in:
parent
91406602f8
commit
e7cc0542f9
1 changed files with 1 additions and 1 deletions
|
@ -102,9 +102,9 @@ void VR_InitCvars( void )
|
|||
Cvar_Get ("vr_weapon_adjustment_9", "0.8,-5.5,6,0,0,0,0", CVAR_ARCHIVE);
|
||||
|
||||
//Team Arena Weapons
|
||||
Cvar_Get ("vr_weapon_adjustment_10", "0.8,-5.5,6,0,0,0,0", CVAR_ARCHIVE);
|
||||
Cvar_Get ("vr_weapon_adjustment_11", "0.8,-5.5,6,0,0,0,0", CVAR_ARCHIVE);
|
||||
Cvar_Get ("vr_weapon_adjustment_12", "0.8,-5.5,6,0,0,0,0", CVAR_ARCHIVE);
|
||||
Cvar_Get ("vr_weapon_adjustment_13", "0.8,-5.5,6,0,0,0,0", CVAR_ARCHIVE);
|
||||
|
||||
// Control schemas
|
||||
Cvar_Get ("vr_uturn", "0", CVAR_ARCHIVE);
|
||||
|
|
Loading…
Reference in a new issue