Skip to content
This repository has been archived by the owner on Feb 6, 2025. It is now read-only.

Commit

Permalink
Add TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerchicken committed Dec 16, 2024
1 parent b70f946 commit c1b4774
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cstrike/core/hooks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,17 @@ bool CS_FASTCALL H::CreateMove(CCSGOInput* pInput, int nSlot, CUserCmd* cmd)

F::OnCreateMove(SDK::Cmd, pBaseCmd, SDK::LocalController);

// TODO : We need to fix CRC saving
//
// There seems to be an issue within CBasePB and the classes that derive it.
// So far, you may be unable to press specific keys such as crouch and automatic shooting.
// A dodgy fix would be to comment it out but it still doesn't fix the bhop etc.

CRC::Save(pBaseCmd);
if (CRC::CalculateCRC(pBaseCmd) == true)
CRC::Apply(SDK::Cmd);


return bResult;
}

Expand Down

0 comments on commit c1b4774

Please sign in to comment.