mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-29 16:21:46 +00:00
GL fixes, partial Q{open,close,read,write,getc} -> f*
This commit is contained in:
parent
db453a4b15
commit
fd11d81788
11 changed files with 98 additions and 497 deletions
|
@ -27,8 +27,9 @@
|
|||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
# include "config.h"
|
||||
#endif
|
||||
|
||||
#include <math.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
@ -175,8 +176,6 @@ void R_RenderDlights (void)
|
|||
int i;
|
||||
dlight_t *l;
|
||||
|
||||
/* if (!gl_flashblend.value)
|
||||
CVAR_FIXME */
|
||||
if (!gl_flashblend->value)
|
||||
return;
|
||||
|
||||
|
@ -268,8 +267,6 @@ void R_PushDlights (void)
|
|||
int i;
|
||||
dlight_t *l;
|
||||
|
||||
/* if (gl_flashblend.value)
|
||||
CVAR_FIXME */
|
||||
if (gl_flashblend->value)
|
||||
return;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue