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/draw_small_entities.cpp | |
| parent | 620f39df29fed446ab007e03c7b071f635379f1f (diff) | |
detours etc
Diffstat (limited to 'internal_rewrite/draw_small_entities.cpp')
| -rw-r--r-- | internal_rewrite/draw_small_entities.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal_rewrite/draw_small_entities.cpp b/internal_rewrite/draw_small_entities.cpp index d84957b..2f88c74 100644 --- a/internal_rewrite/draw_small_entities.cpp +++ b/internal_rewrite/draw_small_entities.cpp @@ -6,7 +6,6 @@ #include "base_cheat.hpp" void __fastcall hooks::draw_small_entities( void* ecx, void* edx, bool state ) { - static auto draw_small_entities_o = g_csgo.m_clientleaf->get_old_function< decltype( &hooks::draw_small_entities ) >( 39 ); #ifdef HEADER_MODULE static auto ret_addr = g_header.patterns.draw_small_entities_retaddr + 6; |
