diff options
| author | navewindre <boneyaard@gmail.com> | 2018-09-11 00:27:00 +0200 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2018-09-11 00:27:00 +0200 |
| commit | 4a53204965489d24725631ce4997c596c9205a21 (patch) | |
| tree | b163e7179abfedc4037c3d88cd26abc6ef9494a6 /internal_rewrite/in_prediction.cpp | |
| parent | b82a9e7a4cd698a9a75dd86fffb091b022061937 (diff) | |
a
Diffstat (limited to 'internal_rewrite/in_prediction.cpp')
| -rw-r--r-- | internal_rewrite/in_prediction.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal_rewrite/in_prediction.cpp b/internal_rewrite/in_prediction.cpp index c7e6f33..3123d06 100644 --- a/internal_rewrite/in_prediction.cpp +++ b/internal_rewrite/in_prediction.cpp @@ -5,7 +5,6 @@ #undef max
bool __fastcall hooks::in_prediction( void* ecx_, void* edx_ ) {
- static auto in_prediction_o = g_csgo.m_prediction->get_old_function< decltype( &hooks::in_prediction ) >( 14 );
#ifdef HEADER_MODULE
static auto ret_address = g_header.patterns.in_prediction_retaddr;
#else
|
