summaryrefslogtreecommitdiff
path: root/internal_rewrite/context.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'internal_rewrite/context.hpp')
-rw-r--r--internal_rewrite/context.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal_rewrite/context.hpp b/internal_rewrite/context.hpp
index 827a95a..bf28a11 100644
--- a/internal_rewrite/context.hpp
+++ b/internal_rewrite/context.hpp
@@ -33,8 +33,6 @@ public:
bool run_frame( );
float pred_time( );
- void update_local_hook( );
-
void on_cmove_end( user_cmd_t* cmd );
bool create_snapshot( user_cmd_t* );
//calculate accurate tickbase
@@ -52,6 +50,8 @@ public:
//accurate tickbase
int m_tickbase{ };
+ bool m_revolver_shot{ };
+
bool m_drawing_postscreenspace{ };
bool m_has_incremented_shots{ };
bool m_drawing_screneend{ };