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:
Bill Currie 2002-07-31 05:19:03 +00:00
parent 021decc7bd
commit ad6e025a91
41 changed files with 442 additions and 2586 deletions

View file

@ -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