mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-10 09:41:09 +00:00
Make the default fullscreen mode 800x600 (same as window default), from Sander.
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@487 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
41124f6b5a
commit
fc70175239
1 changed files with 1 additions and 1 deletions
|
@ -1234,7 +1234,7 @@ void VID_Init (void)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
width = 640;
|
width = 800; // QuakeSpasm, was 640
|
||||||
}
|
}
|
||||||
|
|
||||||
p = COM_CheckParm("-bpp");
|
p = COM_CheckParm("-bpp");
|
||||||
|
|
Loading…
Reference in a new issue