Skip to content

Commit

Permalink
Revert "Push the viewmodel offsets around a bit"
Browse files Browse the repository at this point in the history
This reverts commit 2668a17.
  • Loading branch information
sabianroberts committed Nov 9, 2024
1 parent a4e8361 commit 9a9fe95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cl_dll/ev_common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ void EV_GetDefaultShellInfo( event_args_t *args, float *origin, float *velocity,
if (bIsFirstPerson)
{
rightScale += cl_viewmodel_ofs_right->value;
forwardScale += cl_viewmodel_ofs_forward->value + 1;
upScale += cl_viewmodel_ofs_up->value + 1.5;
forwardScale += cl_viewmodel_ofs_forward->value;
upScale += cl_viewmodel_ofs_up->value;

if (cl_righthand->value > 0.0f)
{
Expand Down

0 comments on commit 9a9fe95

Please sign in to comment.