Remove vid_mode. VID_GetModeString now returns only supported modes from SDL2

This commit is contained in:
Alibek Omarov
2018-04-29 09:21:23 +03:00
parent c8b83385df
commit 3f2a8f7704
9 changed files with 266 additions and 286 deletions
-5
View File
@@ -322,11 +322,6 @@ bool CEngineSurface :: setFullscreenMode( int wide, int tall, int bpp )
{
// NOTE: Xash3D always working in 32-bit mode
// Skip it now. VGUI cannot change video modes
/*if( R_DescribeVIDMode( wide, tall ))
{
Cvar_SetFloat( "fullscreen", 1.0f );
return true;
}*/
return false;
}