summaryrefslogtreecommitdiff
path: root/internal_rewrite/context.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'internal_rewrite/context.cpp')
-rw-r--r--internal_rewrite/context.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal_rewrite/context.cpp b/internal_rewrite/context.cpp
index 9ec1f62..26af64c 100644
--- a/internal_rewrite/context.cpp
+++ b/internal_rewrite/context.cpp
@@ -27,10 +27,10 @@ void c_context::on_cmove_end( user_cmd_t* cmd ) {
}
else {
m_last_realangle = cmd->m_viewangles;
- m_last_realangle.x = m_last_fakeangle.x;
+ //m_last_realangle.x = m_last_fakeangle.x;
}
- if( !g_cheat.m_lagmgr.get_choked( ) ) {
+ if( g_cheat.m_lagmgr.get_choked( ) == 1 ) {
m_thirdperson_angle = m_last_realangle;
}