mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-06-02 10:01:54 +00:00
Cvar cleanup.
gl_smooth is now gl_dlight_smooth gl_smoothdlights was redundant, is now gone gl_flashblend is now gl_dlight_polyblend gl_lightmap added to enable/disable lightmap updates independently of use of gl_dlight_polyblend
This commit is contained in:
parent
20a885c174
commit
161973d75a
10 changed files with 97 additions and 63 deletions
|
@ -65,7 +65,7 @@
|
|||
#include "va.h"
|
||||
#include "view.h"
|
||||
|
||||
extern cvar_t *gl_flashblend;
|
||||
extern cvar_t *gl_dlight_polyblend;
|
||||
extern cvar_t *cl_autoexec;
|
||||
|
||||
char *svc_strings[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue