Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr.Abc committed Dec 14, 2024
1 parent a95af7c commit 9f85e68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/Source/HUD/vgui/radar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,10 @@ void CRadarPanel::RenderRadar(){
bool oldRender = *g_bRenderingPortals;
*g_bRenderingPortals = false;
g_bInRenderRadar = true;
gHookFuncs.CEngineClient_RenderView(&param, true, false, 1);

//why no work?
//gHookFuncs.CEngineClient_RenderView(&param, true, false, 1);

g_bInRenderRadar = false;
*g_bRenderingPortals = oldRender;
gCVars.pCVarDevOverview->value = arySaveCvars[0];
Expand Down
1 change: 0 additions & 1 deletion src/Source/exportfuncs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ void FillAddress() {
Fill_Sig(Client_SoundEngine_PlayFMODSound_SIG, g_dwClientBase, g_dwClientSize, CClient_SoundEngine_PlayFMODSound);
#define V_PunchAxis_SIG "\x8B\x44\x24\x04\xF3\x0F\x10\x44\x24\x08\xF3\x0F\x11\x04\x85\x2A\x2A\x2A\x2A\xC3\xCC"
Fill_Sig(V_PunchAxis_SIG, g_dwClientBase, g_dwClientSize, V_PunchAxis);
auto x = gHookFuncs.V_PunchAxis;
PUCHAR addr;
if (1)
{
Expand Down

0 comments on commit 9f85e68

Please sign in to comment.