From 0767d6d4acaf5f86a67a375dffa54da9323646e3 Mon Sep 17 00:00:00 2001 From: navewindre Date: Fri, 31 Aug 2018 21:40:31 +0200 Subject: old rc & fix for fakewalk --- internal_rewrite/create_move.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'internal_rewrite/create_move.cpp') diff --git a/internal_rewrite/create_move.cpp b/internal_rewrite/create_move.cpp index 7c6aefa..f56390a 100644 --- a/internal_rewrite/create_move.cpp +++ b/internal_rewrite/create_move.cpp @@ -75,7 +75,6 @@ bool __fastcall hooks::create_move( void* ecx_, void* edx_, float input_sample_f g_cheat.m_movement( ucmd ); // This should account for the majority of FPS related bugs. - g_cheat.m_prediction.pre_run_command( ); // Actual implementation of RunCommand. g_cheat.m_prediction.run_command( ucmd ); @@ -93,7 +92,6 @@ bool __fastcall hooks::create_move( void* ecx_, void* edx_, float input_sample_f g_cheat.m_extra.no_recoil( ucmd ); // Restores globals. - g_cheat.m_prediction.post_run_command( ); g_cheat.m_move_rec( ucmd ); -- cgit v1.2.3