diff options
| author | navewindre <boneyaard@gmail.com> | 2018-09-09 18:28:04 +0200 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2018-09-09 18:28:04 +0200 |
| commit | 215818ddedc02be3a1a5c2be3912abdbcd29dd72 (patch) | |
| tree | 16453999d9380f43a6f436e491e63aa58ac7e764 /internal_rewrite/context.hpp | |
| parent | 620f39df29fed446ab007e03c7b071f635379f1f (diff) | |
detours etc
Diffstat (limited to 'internal_rewrite/context.hpp')
| -rw-r--r-- | internal_rewrite/context.hpp | 4 |
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{ };
|
