mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
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:
parent
acb0715380
commit
eaafb0906f
1 changed files with 1 additions and 1 deletions
|
@ -1234,7 +1234,7 @@ void VID_Init (void)
|
|||
}
|
||||
else
|
||||
{
|
||||
width = 640;
|
||||
width = 800; // QuakeSpasm, was 640
|
||||
}
|
||||
|
||||
p = COM_CheckParm("-bpp");
|
||||
|
|
Loading…
Reference in a new issue