quake2quest/Projects/Android/jni/Quake2VR/VrCvars.h
Simon 218361b56a Several fixes
- Weapon stabilisation will reduce erratic fire of the machine gun
- If cheats enabled then pressing left thumbstick will "give all"
- Correct crap orientation of machine gun model
- Improved weapon scale
2019-11-17 23:47:22 +00:00

13 lines
350 B
C

cvar_t *vr_snapturn_angle;
cvar_t *vr_reloadtimeoutms;
cvar_t *vr_positional_factor;
cvar_t *vr_walkdirection;
cvar_t *vr_weapon_pitchadjust;
cvar_t *vr_weapon_recoil;
cvar_t *vr_lasersight;
cvar_t *vr_control_scheme;
cvar_t *vr_enable_crouching;
cvar_t *vr_height_adjust;
cvar_t *vr_worldscale;
cvar_t *vr_weaponscale;
cvar_t *vr_weapon_stabilised;