Make the default fullscreen mode 800x600 (same as window default), from Sander.

git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@487 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
stevenaaus 2011-09-20 06:41:36 +00:00
parent acb0715380
commit eaafb0906f

View file

@ -1234,7 +1234,7 @@ void VID_Init (void)
}
else
{
width = 640;
width = 800; // QuakeSpasm, was 640
}
p = COM_CheckParm("-bpp");