We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 078a70b + 2a332d4 commit f42d55bCopy full SHA for f42d55b
1 file changed
src/game/client/swarm/clientmode_asw.cpp
@@ -81,7 +81,7 @@ ConVar asw_hear_fixed("asw_hear_fixed", "0", FCVAR_NONE, "If set, hearing audio
81
Vector g_asw_vec_fixed_cam(-276.03076, -530.74951, -196.65625);
82
QAngle g_asw_ang_fixed_cam(42.610226, 90.289375, 0);
83
extern ConVar sensitivity;
84
-ConVar asw_fix_cam( "asw_fix_cam", "-1", FCVAR_CHEAT, "Set to 1 to fix the camera in place." );
+ConVar asw_fix_cam( "asw_fix_cam", "-1", FCVAR_NONE, "Set to 1 to fix the camera in place." );
85
ConVar asw_fix_cam_speed_fast( "asw_fix_cam_speed_fast", "300", FCVAR_NONE, "Speed of camera in fix cam." );
86
ConVar asw_fix_cam_speed_slow( "asw_fix_cam_speed_slow", "100", FCVAR_NONE, "Speed of camera in fix cam while holding shift." );
87
0 commit comments