summaryrefslogtreecommitdiff
path: root/internal_rewrite/lock_cursor.cpp
diff options
context:
space:
mode:
authornavewindre <boneyaard@gmail.com>2018-09-09 18:28:04 +0200
committernavewindre <boneyaard@gmail.com>2018-09-09 18:28:04 +0200
commit215818ddedc02be3a1a5c2be3912abdbcd29dd72 (patch)
tree16453999d9380f43a6f436e491e63aa58ac7e764 /internal_rewrite/lock_cursor.cpp
parent620f39df29fed446ab007e03c7b071f635379f1f (diff)
detours etc
Diffstat (limited to 'internal_rewrite/lock_cursor.cpp')
-rw-r--r--internal_rewrite/lock_cursor.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/internal_rewrite/lock_cursor.cpp b/internal_rewrite/lock_cursor.cpp
index 1d4d0e2..6edb52a 100644
--- a/internal_rewrite/lock_cursor.cpp
+++ b/internal_rewrite/lock_cursor.cpp
@@ -1,8 +1,6 @@
#include "hooks.hpp"
void __fastcall hooks::lock_cursor( void* ecx_, void* edx_ ) {
- static auto lock_cursor_o = g_csgo.m_surface->get_old_function< decltype( &lock_cursor ) >( 67 );
-
if( g_settings.menu.open || g_con->m_open ) {
g_csgo.m_surface( )->UnlockCursor( );
return;