Change the default mode 4 aka "640x480". This should be saver than 3 aka

"640x400"
This commit is contained in:
Yamagi Burmeister 2011-12-06 13:26:12 +00:00
parent 7eee82d981
commit 2320693f6a
1 changed files with 1 additions and 1 deletions

View File

@ -960,7 +960,7 @@ R_Register ( void )
gl_modulate = ri.Cvar_Get( "gl_modulate", "1", CVAR_ARCHIVE );
gl_log = ri.Cvar_Get( "gl_log", "0", 0 );
gl_bitdepth = ri.Cvar_Get( "gl_bitdepth", "0", 0 );
gl_mode = ri.Cvar_Get( "gl_mode", "3", CVAR_ARCHIVE );
gl_mode = ri.Cvar_Get( "gl_mode", "4", CVAR_ARCHIVE );
gl_lightmap = ri.Cvar_Get( "gl_lightmap", "0", 0 );
gl_shadows = ri.Cvar_Get( "gl_shadows", "0", CVAR_ARCHIVE );
gl_stencilshadow = ri.Cvar_Get( "gl_stencilshadow", "0", CVAR_ARCHIVE );