Removed a (resolved) conflict in this file that was commented out.

This commit is contained in:
Joseph Carter 1999-12-31 06:51:43 +00:00
parent a5a674c53d
commit 8d017e3875

View file

@ -1086,12 +1086,7 @@ r_refdef must be set before the first call
*/
void R_RenderView (void)
{
//<<<<<<< gl_rmain.c
// double time1, time2;
//=======
double time1 = 0, time2 = 0;
// GLfloat colors[4] = {(GLfloat) 0.0, (GLfloat) 0.0, (GLfloat) 1, (GLfloat) 0.20};
//>>>>>>> 1.3
// Fixme: the last argument should be a cvar... r_fog_gamma
GLfloat colors[4] = {(GLfloat) 0.0, (GLfloat) 0.0, (GLfloat) 1, (GLfloat) 0.15};