summaryrefslogtreecommitdiff
path: root/internal_rewrite/simulate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'internal_rewrite/simulate.cpp')
-rw-r--r--internal_rewrite/simulate.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/internal_rewrite/simulate.cpp b/internal_rewrite/simulate.cpp
index 6404a1c..28ec687 100644
--- a/internal_rewrite/simulate.cpp
+++ b/internal_rewrite/simulate.cpp
@@ -5,8 +5,6 @@
#include "context.hpp"
void __fastcall hooks::simulate( void* ecx, void* edx ) {
- static auto simulate_o = g_csgo.m_engine_vgui->get_old_function< decltype( &hooks::simulate ) >( 39 );
-
static auto ret_addr = pattern::first_code_match< void* >( g_csgo.m_engine.dll( ), "8B CE 6A FF 8B 06", -0x81 );
if( _ReturnAddress( ) == (void*)ret_addr ) {