mirror of
https://github.com/DrBeef/Doom3Quest.git
synced 2024-12-01 00:11:14 +00:00
7df7a5410d
- Corrected chainsaw orientation - Added cvars for smooth turn / snap turn - Made the scontrol scheme cvar actually work - Laser sight controlled only by cvar - No tracking while in big screen mode to avoid nausea - Some code tidy up of stuff not used
17 lines
319 B
C
17 lines
319 B
C
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern float vr_turn_mode;
|
|
extern float vr_turn_angle;
|
|
extern float vr_reloadtimeoutms;
|
|
extern float vr_walkdirection;
|
|
extern float vr_movement_multiplier;
|
|
extern float vr_weapon_pitchadjust;
|
|
extern float vr_teleport;
|
|
extern float vr_switch_sticks;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|