mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-01-21 23:50:58 +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;
|
*ptmp = bestmatch;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (COM_CheckParm("-startwindowed"))
|
if (COM_CheckParm("-startwindowed") || COM_CheckParm("-window"))
|
||||||
{
|
{
|
||||||
startwindowed = 1;
|
startwindowed = 1;
|
||||||
vid_default = windowed_default;
|
vid_default = windowed_default;
|
||||||
|
|
Loading…
Reference in a new issue