[client] Merge nq and qw cl_view

They've been near-identical for years, now they're only one. It proved
necessary to start merging the HUD code which for now is just a few cvar
declarations (not even init), but that should be a separate set of
commits.
This commit is contained in:
Bill Currie 2022-02-28 12:12:51 +09:00
parent aac9069d9f
commit 7d059a0b56
20 changed files with 123 additions and 849 deletions

View file

@ -270,9 +270,6 @@ extern struct cvar_s *cl_netgraph_box;
extern struct cvar_s *cl_draw_locs;
extern struct cvar_s *cl_shownet;
extern struct cvar_s *hud_sbar;
extern struct cvar_s *hud_sbar_separator;
extern struct cvar_s *hud_swap;
extern struct cvar_s *cl_pitchdriftspeed;
@ -316,10 +313,6 @@ void CL_UpdateScreen (double realtime);
void CL_SetState (cactive_t state);
void V_ParseDamage (viewstate_t *vs);
void V_PrepBlend (viewstate_t *vs);
void CL_Cmd_ForwardToServer (void);
void CL_Cmd_Init (void);