mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 08:41:11 +00:00
[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:
parent
aac9069d9f
commit
7d059a0b56
20 changed files with 123 additions and 849 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue