added a way to disable menu.dat support from the commandline
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@693 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
1d1dd11bdf
commit
e709de82f9
1 changed files with 2 additions and 0 deletions
|
@ -1173,6 +1173,8 @@ void MP_Init (void)
|
|||
{
|
||||
return;
|
||||
}
|
||||
if (COM_CheckParm("-qmenu"))
|
||||
return;
|
||||
|
||||
M_DeInit_Internal();
|
||||
|
||||
|
|
Loading…
Reference in a new issue