Added dz_visuals_fov

This commit is contained in:
Wizzard
2023-09-21 15:00:14 -04:00
parent 21d9cac264
commit 543c00e294
7 changed files with 31 additions and 1 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 float* scr_fov_value;
extern int g_iClip;
extern double g_flCurrentTime;