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

Submodule mainui updated: 792072b73e...bee475b934