From 215818ddedc02be3a1a5c2be3912abdbcd29dd72 Mon Sep 17 00:00:00 2001 From: navewindre Date: Sun, 9 Sep 2018 18:28:04 +0200 Subject: detours etc --- internal_rewrite/visual_player.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal_rewrite/visual_player.cpp') 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( ) ); -- cgit v1.2.3