Implement r_flatlightstyles from fitzquake.

This commit is contained in:
Bill Currie 2012-05-26 11:06:21 +09:00
parent 7299ca7bec
commit e730608dd7
6 changed files with 46 additions and 4 deletions

View file

@ -65,6 +65,7 @@ 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_flatlightstyles;
extern struct cvar_s *r_fullbright;
extern struct cvar_s *r_graphheight;
extern struct cvar_s *r_lightmap;