Extra info for a more compleate q2 client.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1479 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
15c0cda73e
commit
04061b1cb8
1 changed files with 4 additions and 0 deletions
|
@ -508,7 +508,11 @@ typedef struct
|
|||
char model_csqcname[MAX_CSQCMODELS][MAX_QPATH];
|
||||
struct model_s *model_csqcprecache[MAX_CSQCMODELS];
|
||||
|
||||
//used for q2 sky/configstrings
|
||||
char skyname[MAX_QPATH];
|
||||
float skyrotate;
|
||||
vec3_t skyaxis;
|
||||
|
||||
char levelname[40]; // for display on solo scoreboard
|
||||
int playernum[MAX_SPLITS];
|
||||
int splitclients; //we are running this many clients split screen.
|
||||
|
|
Loading…
Reference in a new issue