mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 16:30:43 +00:00
centralize client state setting so ancilliary operations can be guaranteed
to happen (eg, key binding table selection for console).
This commit is contained in:
parent
d5fa2cc321
commit
7aa7bb663a
5 changed files with 28 additions and 12 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue