Added r_farclip to control the far clipping plane.

This commit is contained in:
Brian Koropoff 2002-05-20 05:11:12 +00:00
parent 347962cc33
commit ee5d0b7a99
3 changed files with 5 additions and 1 deletions

View file

@ -55,6 +55,7 @@ extern struct cvar_s *r_drawviewmodel;
extern struct cvar_s *r_dspeeds;
extern struct cvar_s *r_dynamic;
extern struct cvar_s *r_explosionclip;
extern struct cvar_s *r_farclip;
extern struct cvar_s *r_firecolor;
extern struct cvar_s *r_fullbright;
extern struct cvar_s *r_graphheight;