Skip to content

Commit

Permalink
Don't remember who suggested this default setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
BSVino committed Jan 5, 2014
1 parent d8be92f commit 02d8774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mp/src/game/client/sdk/c_sdk_player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1871,7 +1871,7 @@ static ConVar da_cam_back("da_cam_back", "68", FCVAR_USERINFO|FCVAR_ARCHIVE, "Ho
static ConVar da_cam_right("da_cam_right", "25", FCVAR_USERINFO|FCVAR_ARCHIVE, "How far right from the eye position the third person camera sits", true, -30, true, 30);
static ConVar da_cam_up("da_cam_up", "8", FCVAR_USERINFO|FCVAR_ARCHIVE, "How far up from the eye position the third person camera sits", true, -20, true, 30);

static ConVar da_cam_back_aim("da_cam_back_aim", "31", FCVAR_USERINFO|FCVAR_ARCHIVE, "How far back from the eye position the third person camera sits while aiming in", true, 5, true, 150);
static ConVar da_cam_back_aim("da_cam_back_aim", "50", FCVAR_USERINFO|FCVAR_ARCHIVE, "How far back from the eye position the third person camera sits while aiming in", true, 5, true, 150);
static ConVar da_cam_right_aim("da_cam_right_aim", "35", FCVAR_USERINFO|FCVAR_ARCHIVE, "How far right from the eye position the third person camera sits while aiming in", true, -35, true, 35);
static ConVar da_cam_up_aim("da_cam_up_aim", "5", FCVAR_USERINFO|FCVAR_ARCHIVE, "How far up from the eye position the third person camera sits while aiming in", true, -20, true, 30);

Expand Down

0 comments on commit 02d8774

Please sign in to comment.