Add sprint_begin and sprint_end notifies for GSC.

This commit is contained in:
JezuzLizard
2023-04-29 21:10:35 -07:00
parent 2416967be7
commit 0598cee8f5
4 changed files with 29 additions and 0 deletions

View File

@ -1046,8 +1046,12 @@ namespace game
float vGunSpeed[3];
int dropWeaponTime;
bool previouslyChangingWeapon;
//New additions below
bool previouslySprinting;
};
static_assert(sizeof(gclient_s) == 0x2348);
enum AISpecies : __int32
{
AI_SPECIES_HUMAN = 0x0,