diff options
| author | navewindre <boneyaard@gmail.com> | 2018-12-25 20:27:23 +0100 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2018-12-25 20:27:23 +0100 |
| commit | 2f8e2c585c14ec4bae7b31d17799d56ea3e50348 (patch) | |
| tree | 7fd2f371fc24a3c3f253db498fd44d8b9f80a39e /cheat/internal_rewrite/context.cpp | |
| parent | 8be3f19c8ace79135a593ac697751579fa1a0998 (diff) | |
dsad
Diffstat (limited to 'cheat/internal_rewrite/context.cpp')
| -rw-r--r-- | cheat/internal_rewrite/context.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cheat/internal_rewrite/context.cpp b/cheat/internal_rewrite/context.cpp index 4de1479..77dfb34 100644 --- a/cheat/internal_rewrite/context.cpp +++ b/cheat/internal_rewrite/context.cpp @@ -30,9 +30,9 @@ void c_context::on_cmove_end( user_cmd_t* cmd ) { //m_last_realangle.x = m_last_fakeangle.x; } - if( !g_cheat.m_lagmgr.get_state( ) ) { + //if( !g_cheat.m_lagmgr.get_state( ) ) { m_thirdperson_angle = cmd->m_viewangles; - } + //} m_thirdperson_angle.x = std::clamp( cmd->m_viewangles.x, -89.f, 89.f ); if( g_cheat.m_lagmgr.get_sent( ) > 1 ) { |
