summaryrefslogtreecommitdiff
path: root/internal_rewrite/create_move.cpp
diff options
context:
space:
mode:
authornavewindre <boneyaard@gmail.com>2018-08-31 21:40:31 +0200
committernavewindre <boneyaard@gmail.com>2018-08-31 21:40:31 +0200
commit0767d6d4acaf5f86a67a375dffa54da9323646e3 (patch)
tree0f76a21f25eb22229408b5dc2d890980a288fa96 /internal_rewrite/create_move.cpp
parent78a6e235c3b0006bf29868d5f7ad0628d522fa79 (diff)
old rc & fix for fakewalk
Diffstat (limited to 'internal_rewrite/create_move.cpp')
-rw-r--r--internal_rewrite/create_move.cpp2
1 files changed, 0 insertions, 2 deletions
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 );