centralize client state setting so ancilliary operations can be guaranteed

to happen (eg, key binding table selection for console).
This commit is contained in:
Bill Currie 2001-08-19 03:51:52 +00:00
parent d5fa2cc321
commit 7aa7bb663a
5 changed files with 28 additions and 12 deletions

View file

@ -326,6 +326,8 @@ void Cvar_Info (struct cvar_s *var);
void CL_NetGraph (int swap);
void CL_UpdateScreen (double realtime);
void CL_SetState (cactive_t state);
#define RSSHOT_WIDTH 320
#define RSSHOT_HEIGHT 200