mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 14:52:08 +00:00
fullsbar defaults true now, so changing command line option (win32) -fullsbar -> -nofullsbar
This commit is contained in:
parent
3cc97ab304
commit
c5c51a2839
1 changed files with 2 additions and 2 deletions
|
@ -1870,8 +1870,8 @@ void VID_Init (unsigned char *palette)
|
|||
strcpy (badmode.modedesc, "Bad mode");
|
||||
vid_canalttab = true;
|
||||
|
||||
if (COM_CheckParm("-fullsbar"))
|
||||
fullsbardraw = true;
|
||||
if (COM_CheckParm("-nofullsbar"))
|
||||
fullsbardraw = false;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue