mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-15 16:41:22 +00:00
removed support for the -mode argument from gl_vidsdl.c
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@535 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
1089ae52a2
commit
359e770d65
1 changed files with 0 additions and 8 deletions
|
@ -1265,14 +1265,6 @@ void VID_Init (void)
|
|||
}
|
||||
}
|
||||
|
||||
p = COM_CheckParm("-mode");
|
||||
if (p && p < com_argc-1)
|
||||
{
|
||||
i = Q_atoi(com_argv[p+1]);
|
||||
if (i > 0 && i < nummodes)
|
||||
vid_default = i;
|
||||
}
|
||||
|
||||
// Try to find a mode with matching width, height and bpp
|
||||
if (vid_default == NO_MODE)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue