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

@@ -37,6 +37,7 @@ extern game_id this_game_id;
extern vec3_t g_punchAngles;
extern float g_flNextAttack, g_flNextPrimaryAttack;
extern int g_iClip;
extern double g_flCurrentTime;
extern void* hw;
extern void** h_client; /* hClientDLL hander */