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/visual_player.cpp | |
| parent | 620f39df29fed446ab007e03c7b071f635379f1f (diff) | |
detours etc
Diffstat (limited to 'internal_rewrite/visual_player.cpp')
| -rw-r--r-- | internal_rewrite/visual_player.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal_rewrite/visual_player.cpp b/internal_rewrite/visual_player.cpp index 2e94530..645417d 100644 --- a/internal_rewrite/visual_player.cpp +++ b/internal_rewrite/visual_player.cpp @@ -595,7 +595,7 @@ namespace features }
-#ifdef _DEBUG
+
static con_var< bool > dbg_multipoint{ &data::holder_, fnv( "dbg_multipoint" ), false };
if( dbg_multipoint( ) ) {
auto should_multipoint = [ ]( int hitbox, bool moving ) -> bool {
@@ -722,7 +722,7 @@ namespace features }
}
-
+#ifdef _DEBUG
static con_var< bool > dbg_bt{ &data::holder_, fnv( "dbg_bt" ), false };
if( dbg_bt( ) && i == g_cheat.m_ragebot.get_shot_target( ) ) {
auto hdr = g_csgo.m_model_info( )->GetStudiomodel( ent->ce( )->GetModel( ) );
|
