Fix build, update menu

This commit is contained in:
Alibek Omarov 2018-11-27 16:38:22 +03:00
parent b9945d62a3
commit dcf64c6b33
3 changed files with 3 additions and 2 deletions

View File

@ -782,7 +782,7 @@ void R_DrawFog( void )
if( !RI.fogEnabled ) return;
pglEnable( GL_FOG );
if( CL_IsQuakeCompatible( ))
if( Host_IsQuakeCompatible( ))
pglFogi( GL_FOG_MODE, GL_EXP2 );
else pglFogi( GL_FOG_MODE, GL_EXP );
pglFogf( GL_FOG_DENSITY, RI.fogDensity );

View File

@ -49,6 +49,7 @@ convar_t *window_ypos;
convar_t *r_speeds;
convar_t *r_fullbright;
convar_t *r_norefresh;
convar_t *r_showtree;
convar_t *r_lighting_extended;
convar_t *r_lighting_modulate;
convar_t *r_lighting_ambient;

2
mainui

@ -1 +1 @@
Subproject commit 792072b73e3b2d9d6e0da1b9521959663973c98c
Subproject commit bee475b934d48139e18cd4debf0c3f7196305fcb