fullsbar defaults true now, so changing command line option (win32) -fullsbar -> -nofullsbar

This commit is contained in:
Dabb 2000-06-11 08:55:40 +00:00
parent 3cc97ab304
commit c5c51a2839
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}