mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 14:52:08 +00:00
Added -window parameter in addition to good old -startwindowed (which I hated to type)
This commit is contained in:
parent
0dfdd65020
commit
e1b173450c
1 changed files with 1 additions and 1 deletions
|
@ -2162,7 +2162,7 @@ VID_Init (unsigned char *palette)
|
|||
*ptmp = bestmatch;
|
||||
}
|
||||
|
||||
if (COM_CheckParm("-startwindowed"))
|
||||
if (COM_CheckParm("-startwindowed") || COM_CheckParm("-window"))
|
||||
{
|
||||
startwindowed = 1;
|
||||
vid_default = windowed_default;
|
||||
|
|
Loading…
Reference in a new issue