mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 13:11:20 +00:00
a87c4bbd93
Don't bother checking vid_gamma for CVAR_ROM becuase it is impossible to get to VID_UpdateGamma when it is set except for when the cvar is initially created, and we /want/ the code to execute in that case. vid.h: add initialized to viddef_t vid_common_gl.c: actually /use/ gammatable (it tends to help) vid_*.c: clean up rendundant decls of gammatable, vid_initialized (now vid.initialized) and make sure vid.initialized gets set. gl_view.c: remove gammatable decls |
||
---|---|---|
.. | ||
.gitignore | ||
gl_draw.c | ||
gl_dyn_fires.c | ||
gl_dyn_textures.c | ||
gl_graph.c | ||
gl_rlight.c | ||
gl_rmain.c | ||
gl_rmisc.c | ||
gl_rsurf.c | ||
gl_screen.c | ||
gl_skin.c | ||
gl_sky.c | ||
gl_sky_clip.c | ||
gl_textures.c | ||
gl_warp.c | ||
Makefile.am | ||
noisetextures.c |