mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 08:20:40 +00:00
take cmd.[ch] back to basics. the gib code is temporarily gone pending
renovations. cmd_source handling is a little hacky in nq, but it's working.
This commit is contained in:
parent
021decc7bd
commit
ad6e025a91
41 changed files with 442 additions and 2586 deletions
|
@ -338,6 +338,8 @@ extern char *server_version; // version of server we connected to
|
|||
|
||||
extern double realtime;
|
||||
|
||||
extern struct cbuf_s *cl_cbuf;
|
||||
|
||||
|
||||
void Cvar_Info (struct cvar_s *var);
|
||||
|
||||
|
@ -350,6 +352,9 @@ void V_ParseDamage (void);
|
|||
|
||||
void V_PrepBlend (void);
|
||||
|
||||
void CL_Cmd_ForwardToServer (void);
|
||||
void CL_Cmd_Init (void);
|
||||
|
||||
#define RSSHOT_WIDTH 320
|
||||
#define RSSHOT_HEIGHT 200
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue