Skip to content

Commit

Permalink
Ignore all viewangle offsets
Browse files Browse the repository at this point in the history
  • Loading branch information
fholger committed Jan 14, 2025
1 parent fe6cc33 commit 9cb1a15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Code/Player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ void CPlayer::EnableTimeDemo( bool bTimeDemo )
//////////////////////////////////////////////////////////////////////////
void CPlayer::SetViewAngleOffset(const Vec3 &offset)
{
return;
if (!m_ignoreRecoil)
m_viewAnglesOffset = Ang3(offset);
}
Expand Down

0 comments on commit 9cb1a15

Please sign in to comment.