Dirty temp fix for tracers in CS1.6

This commit is contained in:
Wizzard
2023-09-19 14:46:59 -04:00
parent c7ee48dfa6
commit b29f71e597
5 changed files with 22 additions and 7 deletions

View File

@@ -15,6 +15,9 @@ vec3_t g_punchAngles = { 0, 0, 0 };
float g_flNextAttack = 0.f, g_flNextPrimaryAttack = 0.f;
int g_iClip = 0;
double g_flCurrentTime = 0.0;
void* hw;
void** h_client;
DECL_INTF(cl_enginefunc_t, engine);