From 811263a4c505b32b24eee246dd60e4e7b80acdf4 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Mon, 30 Jun 2014 14:13:43 +0400 Subject: [PATCH] Comment out the autojump, when I'll need it it'll probably be in SPT anyways. --- DemoPlayerProxy/DemoPlayerProxy.vcxproj | 8 ++++---- DemoPlayerProxy/hooks.cpp | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/DemoPlayerProxy/DemoPlayerProxy.vcxproj b/DemoPlayerProxy/DemoPlayerProxy.vcxproj index 0e6ec35..3a25147 100644 --- a/DemoPlayerProxy/DemoPlayerProxy.vcxproj +++ b/DemoPlayerProxy/DemoPlayerProxy.vcxproj @@ -42,15 +42,15 @@ true C:\Games\Half-Life\ DemoPlayer - C:\Tools\Detours\include;$(IncludePath) - C:\Tools\Detours\lib.X86;$(LibraryPath) + D:\Tools\Source\Detours\include;$(IncludePath) + D:\Tools\Source\Detours\lib.X86;$(LibraryPath) false C:\Games\Half-Life\ DemoPlayer - C:\Tools\Detours\include;$(IncludePath) - C:\Tools\Detours\lib.X86;$(LibraryPath) + D:\Tools\Source\Detours\include;$(IncludePath) + D:\Tools\Source\Detours\lib.X86;$(LibraryPath) diff --git a/DemoPlayerProxy/hooks.cpp b/DemoPlayerProxy/hooks.cpp index 0ebaf46..d1a9385 100644 --- a/DemoPlayerProxy/hooks.cpp +++ b/DemoPlayerProxy/hooks.cpp @@ -94,7 +94,7 @@ namespace Hooks SERVER_OriginalGiveFnptrsToDll(pengfuncsFromEngine, pGlobals); Hooks::Server::HookBhopCap(); - Hooks::Server::HookAutojump(); + //Hooks::Server::HookAutojump(); } } @@ -632,7 +632,7 @@ namespace Hooks Hooks::Client::HookEngfuncs(); Hooks::Client::HookBhopCap(); - Hooks::Client::HookAutojump(); + //Hooks::Client::HookAutojump(); } void HookServerDLL() @@ -656,7 +656,7 @@ namespace Hooks server_dll.pEngfuncs = NULL; Hooks::Server::HookBhopCap(); - Hooks::Server::HookAutojump(); + //Hooks::Server::HookAutojump(); return; } @@ -677,7 +677,7 @@ namespace Hooks server_dll.pEngfuncs = NULL; Hooks::Server::HookBhopCap(); - Hooks::Server::HookAutojump(); + //Hooks::Server::HookAutojump(); } } @@ -704,7 +704,7 @@ namespace Hooks server_dll.pEngfuncs = NULL; Hooks::Server::HookBhopCap(); - Hooks::Server::HookAutojump(); + //Hooks::Server::HookAutojump(); } } } \ No newline at end of file