Store clip from HUD_PostRunCmd

This commit is contained in:
8dcc
2023-07-31 20:10:27 +02:00
parent da6cf86910
commit 42a7961142
3 changed files with 5 additions and 0 deletions

View File

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