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

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

View file

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